mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
replaced deprecated -Ofast with -O3 -ffast-math
This commit is contained in:
parent
6282c0af33
commit
1076bb953b
1 changed files with 1 additions and 1 deletions
2
Makefile
vendored
2
Makefile
vendored
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
CXXFLAGS = -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti -I../dsp -I../code
|
||||
CXXFLAGS = -std=c++17 -W -Wall -O3 -ffast-math -fno-exceptions -fno-rtti -I../dsp -I../code
|
||||
CXX = clang++ -stdlib=libc++ -march=native
|
||||
#CXX = g++ -march=native
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue