16 lines
567 B
Plaintext
16 lines
567 B
Plaintext
--- configure.in-dist 2004-09-23 15:30:58.000000000 +0200
|
|
+++ configure.in 2005-07-07 15:41:01.000000000 +0200
|
|
@@ -45,9 +45,9 @@
|
|
else
|
|
case $host in
|
|
*-*-linux*)
|
|
- DEBUG="-g -Wall -fsigned-char"
|
|
- CFLAGS="-O20 -ffast-math -fsigned-char"
|
|
- PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
|
|
+ DEBUG="-g -Wall"
|
|
+ CFLAGS="-ffast-math"
|
|
+ PROFILE="-Wall -W -pg -g -ffast-math"
|
|
;;
|
|
sparc-sun-*)
|
|
DEBUG="-g -Wall -fsigned-char -mv8"
|