X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/21add7c13bc1df386e45aad2939ee5ff2a152c2b..4f561019fc85c2817e3a72341397d1df32bc0868:/Configure diff --git a/Configure b/Configure index a17707e..537142f 100755 --- 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"