1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

Replace -O3 with -fast for intel compiler

No functional change.
This commit is contained in:
Jean-Francois Romang 2013-09-22 18:02:39 +02:00 committed by Marco Costalba
parent d7f5f15d69
commit c2cefa6de0

View file

@ -311,7 +311,7 @@ ifeq ($(optimize),yes)
ifeq ($(os),osx)
CXXFLAGS += -fast -mdynamic-no-pic
else
CXXFLAGS += -O3
CXXFLAGS += -fast
endif
endif