mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 14:30:36 +00:00
stay c++11 compatible
This commit is contained in:
parent
749668d830
commit
75094bb2db
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
CXXFLAGS = -I.. -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti -march=native
|
||||
CXXFLAGS = -I.. -std=c++11 -W -Wall -Ofast -fno-exceptions -fno-rtti -march=native
|
||||
CXX = clang++ -stdlib=libc++
|
||||
#CXX = g++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue