Make -Werror optional

This commit is contained in:
Lukas W
2015-01-22 12:39:20 +01:00
parent e63bd848d0
commit 9cc1a5931c
5 changed files with 6 additions and 3 deletions

View File

@@ -1 +1 @@
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_WERROR=ON ..

View File

@@ -1 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../build_mingw32 || ../build_mingw32

View File

@@ -1 +1,2 @@
export CMAKE_OPTS="-DUSE_WERROR=ON"
../build_mingw64 || ../build_mingw64

View File

@@ -1 +1 @@
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. -DUSE_WERROR=OFF