diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-24 08:51:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-10-24 08:51:28 +0200 |
commit | 4923b1b703b30866d5b49d987303f98af0182ec4 (patch) | |
tree | fdacfa46bf9a0b4fc37125a005840bd941e3eb43 /binary/mingw-w64 | |
parent | bedbd132d570b1c3fd8b49e1b4b51d0465b75e1f (diff) |
Diffstat (limited to 'binary/mingw-w64')
-rwxr-xr-x | binary/mingw-w64/libcutl-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binary/mingw-w64/libcutl-configure b/binary/mingw-w64/libcutl-configure index 23a3bd6..fea7051 100755 --- a/binary/mingw-w64/libcutl-configure +++ b/binary/mingw-w64/libcutl-configure @@ -6,4 +6,5 @@ --host i686-w64-mingw32 \ --target i686-w64-mingw32 \ --prefix=/mingw \ +CFLAGS=-O2 \ CXXFLAGS="-O2 -W -Wall" |