mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
use C++17 for new alignment support
This commit is contained in:
parent
6cddcef660
commit
024ffa1d25
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
CXXFLAGS = -I.. -std=c++11 -W -Wall -Ofast -fno-exceptions -fno-rtti
|
||||
CXXFLAGS = -I.. -std=c++17 -W -Wall -Ofast -fno-exceptions -fno-rtti
|
||||
|
||||
CXX = clang++ -stdlib=libc++ -march=native
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue