mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
"-mdynamic-no-pic" was largely a Mac OS X/powerpc optimization. Remove it.
This commit is contained in:
parent
887bc474e0
commit
f1e8add4ca
|
@ -637,10 +637,6 @@ else
|
||||||
OPTFLAG := -O3 -ffast-math -falign-loops=16 -fno-math-errno
|
OPTFLAG := -O3 -ffast-math -falign-loops=16 -fno-math-errno
|
||||||
ifneq ($(strip $(macosx)),true)
|
ifneq ($(strip $(macosx)),true)
|
||||||
OPTFLAG += -march=pentium -mcpu=pentiumpro
|
OPTFLAG += -march=pentium -mcpu=pentiumpro
|
||||||
else
|
|
||||||
ifeq ($(strip $(static_link)),true)
|
|
||||||
OPTFLAG += -mdynamic-no-pic
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
CFLAGS += -DNDEBUG -D_NDEBUG $(OPTFLAG)
|
CFLAGS += -DNDEBUG -D_NDEBUG $(OPTFLAG)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user