makefile fix

pull/5/head
gabime 11 years ago
parent b5acec0465
commit 6e52ca0eb0

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

Loading…
Cancel
Save