mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
use C++17 for aligned new
This commit is contained in:
parent
0e9f46efd1
commit
1e0b2199af
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
CXXFLAGS = -std=c++11 -W -Wall -Ofast -fno-exceptions -fno-rtti -march=native -I../dsp -I../code
|
||||
CXXFLAGS = -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti -march=native -I../dsp -I../code
|
||||
CXX = clang++ -stdlib=libc++
|
||||
#CXX = g++
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue