Fixing travis build.
This commit is contained in:
parent
b3e9024fb5
commit
5e23079ecc
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ endif
|
||||||
BINARY_OUTPUT = $(PROJECT).$(LIBRARY_EXT)
|
BINARY_OUTPUT = $(PROJECT).$(LIBRARY_EXT)
|
||||||
|
|
||||||
ifeq ($(findstring clang,$(COMPILER)),clang)
|
ifeq ($(findstring clang,$(COMPILER)),clang)
|
||||||
ifneq "$(OSX)" "false"
|
ifneq "$(OSX)" "true"
|
||||||
ifeq "$(DEBUG)" "true"
|
ifeq "$(DEBUG)" "true"
|
||||||
LINKER_FLAGS += -lstdc++
|
LINKER_FLAGS += -lstdc++
|
||||||
else
|
else
|
||||||
|
|
@ -48,7 +48,7 @@ ifeq ($(findstring clang,$(COMPILER)),clang)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
else ifeq ($(findstring gcc,$(COMPILER)),gcc)
|
else ifeq ($(findstring gcc,$(COMPILER)),gcc)
|
||||||
ifneq "$(OSX)" "false"
|
ifneq "$(OSX)" "true"
|
||||||
ifneq "$(DEBUG)" "true"
|
ifneq "$(DEBUG)" "true"
|
||||||
LINKER_FLAGS += -Wl,--no-undefined
|
LINKER_FLAGS += -Wl,--no-undefined
|
||||||
COMPILER_FLAGS += -funroll-all-loops
|
COMPILER_FLAGS += -funroll-all-loops
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue