| 12497 |  |  | 
| 12498 |  | # use default flags for gcc on all systems | 
| 12499 |  | if test $ac_cv_prog_really_gcc = yes; then | 
| 12500 | < | CFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic" | 
| 12500 | > | CFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align" | 
| 12501 |  | fi | 
| 12502 |  |  | 
| 12503 |  | # test for gcc-specific flags: | 
| 12954 |  |  | 
| 12955 |  | # use default flags for gcc on all systems | 
| 12956 |  | if test $ac_cv_prog_really_gxx = yes; then | 
| 12957 | < | CXXFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic" | 
| 12957 | > | CXXFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align" | 
| 12958 |  | fi | 
| 12959 |  |  | 
| 12960 |  | # test for gcc-specific flags: |