OSX linker doesn't like these options
This commit is contained in:
Michael Davidsaver
2019-11-19 16:24:47 -08:00
parent 9ceab63d02
commit a5cb2de2d7
+1 -1
View File
@@ -21,7 +21,7 @@ USR_CXXFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
#USR_LDFLAGS_Linux += -Wl,--compress-debug-sections=zlib
# fault on any undefined symbols (eg. from missing LIB_SYS_LIBS)
USR_LDFLAGS += -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
USR_LDFLAGS_Linux += -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
endif