diff options
| author | Max Horn | 2006-02-20 15:46:10 +0000 |
|---|---|---|
| committer | Max Horn | 2006-02-20 15:46:10 +0000 |
| commit | d87e5d6094a46749169b9659a1f40864240ff266 (patch) | |
| tree | 0b50d3e7a3c285695d15ebb0800ffa935505561c /configure | |
| parent | a24867339dc5cb3de47f108317ab8c871e643b46 (diff) | |
| download | scummvm-rg350-d87e5d6094a46749169b9659a1f40864240ff266.tar.gz scummvm-rg350-d87e5d6094a46749169b9659a1f40864240ff266.tar.bz2 scummvm-rg350-d87e5d6094a46749169b9659a1f40864240ff266.zip | |
Added --enable-Werror option to our configure script
svn-id: r20792
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -291,6 +291,7 @@ Special configuration feature: Optional Features: --disable-debug disable building with debugging symbols + --enable-Werror treat warnings as errors --disable-scumm don't build the SCUMM engine --disable-scumm-7-8 exclude v7 and v8 game in SCUMM engine (ft, dig, comi and demos) --disable-he exclude HE70+ games in SCUMM engine @@ -444,6 +445,9 @@ for ac_option in $@; do --disable-debug) DEBFLAGS="" ;; + --enable-Werror) + CXXFLAGS="$CXXFLAGS -Werror" + ;; --enable-release) DEBFLAGS="-O2" ;; |
