experimental c++11 build settings

This commit is contained in:
Peter Thorson
2012-01-31 09:13:02 -06:00
parent 011a8f2ced
commit 23a2747e04

View File

@@ -1,7 +1,8 @@
BOOST_LIB_PATH ?= /usr/local/lib
BOOST_INCLUDE_PATH ?= /usr/local/include
CPP11 ?=
CFLAGS = -O2 -I$(BOOST_INCLUDE_PATH)
CFLAGS = -O2 $(CPP11) -I$(BOOST_INCLUDE_PATH)
LDFLAGS = -L$(BOOST_LIB_PATH)
CXX ?= c++