diff options
author | lloyd <[email protected]> | 2010-08-11 02:09:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-11 02:09:24 +0000 |
commit | 99437cb58e753aed3a066f3862d400eb99b8f1e6 (patch) | |
tree | 07b1c321e5bd6962f0901ccaefa609aa85682807 /src/build-data | |
parent | 4523387ee69adeb13177aa62305a16e877c7b4c3 (diff) |
Remove use of -ansi; it's not particularly helpful anyway, and it
causes obnoxious problems under MinGW.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/gcc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 700ee0164..2eef94726 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -10,7 +10,7 @@ add_include_dir_option -I add_lib_dir_option -L add_lib_option -l -lang_flags "-D_REENTRANT -ansi -Wno-long-long" +lang_flags "-D_REENTRANT -Wno-long-long" warning_flags "-W -Wall" maintainer_warning_flags "-Werror -Wall -Wextra -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual" |