allow CXXFLAGS to be set without overwriting needed flags

This commit is contained in:
Kill Your TV 2014-10-30 01:42:06 +00:00
parent 5acbc6a23e
commit 6681e25513
3 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,6 @@
CXX = g++
CXXFLAGS = -std=c++11 -O2
CXXFLAGS = -O2
NEEDED_CXXFLAGS = -std=c++11
include filelist.mk
INCFLAGS = -I/usr/include/ -I/usr/local/include/
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread