diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/load_unload/c.mk')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/load_unload/c.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/load_unload/c.mk b/packages/Python/lldbsuite/test/functionalities/load_unload/c.mk index 5b5691efeef4c..d40949b146307 100644 --- a/packages/Python/lldbsuite/test/functionalities/load_unload/c.mk +++ b/packages/Python/lldbsuite/test/functionalities/load_unload/c.mk @@ -6,6 +6,4 @@ DYLIB_NAME := $(LIB_PREFIX)c DYLIB_CXX_SOURCES := c.cpp DYLIB_ONLY := YES -CXXFLAGS += -fPIC - include $(LEVEL)/Makefile.rules |