diff --git a/Makefile b/Makefile index 5e24bfe..69a4618 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ PKG_CONFIG=$(CROSS)pkg-config endif BASE_LIBS= -BASE_CFLAGS=-c -g -O2 -Wall +BASE_CFLAGS=-c -g -O2 -Wall -pedantic-errors #The files should compile on both C++03 and C++11 ifdef TESTCPP11 diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 6a5da48..0db81cd 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -1,5 +1,5 @@ - + @@ -38,6 +38,10 @@ ${MAKE} -f Makefile clean platform_folders.out + + . + +