Skip to content
Snippets Groups Projects
Commit 908869e1 authored by Marco Z's avatar Marco Z
Browse files

Re-enable Werror CFLAG in travis

parent 9b24fd93
No related branches found
No related tags found
No related merge requests found
......@@ -635,7 +635,7 @@ before_script:
- mkdir build
- cd build
- mkdir package
- export CFLAGS="-Wall -W $WFLAGS" # -Werror
- export CFLAGS="-Wall -W -Werror $WFLAGS"
- export CCACHE_COMPRESS=true
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PWD/bin -DCPACK_PACKAGE_DIRECTORY=$PWD/package
-DSRB2_ASSET_HASHED="${SRB2_ASSET_HASHED}" -DSRB2_ASSET_DOCS="${SRB2_ASSET_DOCS}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment