mirror of
https://github.com/sockspls/badfish
synced 2025-05-01 01:03:09 +00:00
Replace -O3 with -fast for intel compiler
No functional change.
This commit is contained in:
parent
d7f5f15d69
commit
c2cefa6de0
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ ifeq ($(optimize),yes)
|
||||||
ifeq ($(os),osx)
|
ifeq ($(os),osx)
|
||||||
CXXFLAGS += -fast -mdynamic-no-pic
|
CXXFLAGS += -fast -mdynamic-no-pic
|
||||||
else
|
else
|
||||||
CXXFLAGS += -O3
|
CXXFLAGS += -fast
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue