modified: Makefile

dev
Bill 2 years ago
parent 0e0d67eccd
commit aecd122618

@ -23,11 +23,13 @@ ifeq ($(COMPILER), clang )
ifneq (, $(shell which llvm-ranlib))
RANLIB = llvm-ranlib
endif
LINKFLAGS += -Wl,-undefined,error
else
LIBTOOL = ar rcs
ifneq (, $(shell which gcc-ar))
LIBTOOL = gcc-ar rcs
endif
LINKFLAGS += -Wl,-no-undefined
endif
OPTFLAGS += $(SEMANTIC_INTERPOSITION)

Loading…
Cancel
Save