continue with cppformatter integration

This commit is contained in:
gabime
2014-11-29 20:01:01 +02:00
parent 0629c51910
commit 8d25324444
4 changed files with 6 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -g -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include
CXXFLAGS = -g -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include
CXX_RELEASE_FLAGS = -O3 -flto