mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43: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)
|
||||
CXXFLAGS += -fast -mdynamic-no-pic
|
||||
else
|
||||
CXXFLAGS += -O3
|
||||
CXXFLAGS += -fast
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue