aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile
blob: a98622100ff4d082ad11cad145570057317f2b55 (plain) (blame)
1
2
3
4
5
6
7
LEVEL = ../../../make

C_SOURCES := test.c

CFLAGS_EXTRAS += -O1 -D_FORTIFY_SOURCE=0

include $(LEVEL)/Makefile.rules