diff options
author | lloyd <[email protected]> | 2010-08-11 02:09:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-11 02:09:51 +0000 |
commit | 2593949ff957c11da7256dd53e42802b7da0da38 (patch) | |
tree | 4e0f0036bc9fad3343b40c79a9d8053b75ee2d78 | |
parent | 9f5387346990a5a264c89974425db293577776bc (diff) |
Remove use of -ansi; it's not particularly helpful anyway, and it
causes obnoxious problems under MinGW.
-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 9fa533444..6f05b2725 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" #warning_flags "-Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wno-unused-parameter" |