Index: packages/Python/lldbsuite/test/lang/c/register_variables/Makefile =================================================================== --- packages/Python/lldbsuite/test/lang/c/register_variables/Makefile +++ packages/Python/lldbsuite/test/lang/c/register_variables/Makefile @@ -2,6 +2,6 @@ C_SOURCES := test.c -CFLAGS_EXTRAS += -O1 +CFLAGS_EXTRAS += -O1 -D_FORTIFY_SOURCE=0 include $(LEVEL)/Makefile.rules