Prefer debugging over speed (heavily) in gnugo, and got the board into a stronger state, to align with how gnugo does things.
This commit is contained in:
5
gnugo/configure
vendored
5
gnugo/configure
vendored
@ -2909,6 +2909,9 @@ fi
|
||||
|
||||
|
||||
|
||||
CFLAGS=""
|
||||
CPPFLAGS="-fPIC -O0 -g3"
|
||||
|
||||
|
||||
|
||||
# Check whether --with-readline was given.
|
||||
@ -5540,8 +5543,6 @@ fi
|
||||
#AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
|
||||
|
||||
|
||||
CPPFLAGS="$CPPFLAGS -fPIC"
|
||||
|
||||
ac_config_files="$ac_config_files Makefile interface/Makefile patterns/Makefile sgf/Makefile utils/Makefile engine/Makefile doc/Makefile regression/Makefile config.vc:config.vcin"
|
||||
|
||||
cat >confcache <<\_ACEOF
|
||||
|
Reference in New Issue
Block a user