unofficial version 0.7.1: ui improvements
[netris.git] / Configure
index a17707ebd95e8f344d1e65a48bfcd1a9605620e6..537142f2b52e1c46528b43686905cc60f99a117d 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -21,8 +21,8 @@
 #
 
 CC="gcc"
-COPT="-O -m486"
-CEXTRA=""
+COPT="-O"
+CEXTRA="-m486"
 LEXTRA=""
 CURSES_HACK=false
 
@@ -32,7 +32,7 @@ while [ $# -ge 1 ]; do
        case "$opt" in
                -g)
                        COPT="-g -O0"
-#                      CEXTRA="-Wall -Wstrict-prototypes"
+#                      CEXTRA="-Wall -Wstrict-prototypes -m486"
                        ;;
                -O*)
                        COPT="$opt"