get compiling on g++ 4.4
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,8 +15,8 @@ TEST_SOURCE=\
|
||||
OBJECTS=$(subst .cc,.o,$(SOURCE))
|
||||
TEST_PROGRAMS=$(subst .cc,,$(TEST_SOURCE))
|
||||
TOP_DIR:=$(PWD)
|
||||
CPPFLAGS=-Wall -g -I$(TOP_DIR)
|
||||
#CPPFLAGS=-Wall -std=c++0x -g -I$(TOP_DIR)
|
||||
#CPPFLAGS=-Wall -g -I$(TOP_DIR)
|
||||
CPPFLAGS=-Wall -std=c++0x -g -I$(TOP_DIR)
|
||||
LIBS=-lstdc++
|
||||
|
||||
.PHONEY: unit-tests test-programs
|
||||
|
Reference in New Issue
Block a user