Make -Werror optional
This commit is contained in:
@@ -1 +1 @@
|
||||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
||||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_WERROR=ON ..
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
export CMAKE_OPTS="-DUSE_WERROR=ON"
|
||||
../build_mingw32 || ../build_mingw32
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
export CMAKE_OPTS="-DUSE_WERROR=ON"
|
||||
../build_mingw64 || ../build_mingw64
|
||||
|
||||
@@ -1 +1 @@
|
||||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
|
||||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. -DUSE_WERROR=OFF
|
||||
|
||||
Reference in New Issue
Block a user