commit f05ec00d
More aggresive error handling
Changed files
| M | Makefile before |
| M | nbproject/configurations.xml before |
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 @@
<?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="95">
+<configurationDescriptor version="97">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<df root="." name="0">
<df name="sago">
@@ -38,6 +38,10 @@
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
<executablePath>platform_folders.out</executablePath>
</makeTool>
+ <preBuild>
+ <preBuildCommandWorkingDir>.</preBuildCommandWorkingDir>
+ <preBuildCommand></preBuildCommand>
+ </preBuild>
</makefileType>
<folder path="0/sago">
<ccTool>