You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-sports/torcs/files/torcs-1.3.6-flags.patch

15 lines
412 B

respect cflags
--- torcs-1.3.6/configure.in
+++ torcs-1.3.6/configure.in
@@ -50,8 +50,7 @@
ADDCFLAGS="-Wall -fPIC -fno-strict-aliasing"
AC_ARG_ENABLE(debug,
[ --enable-debug set the debug mode],
- ADDCFLAGS="$ADDCFLAGS -g -DDEBUG -DDEBUG_OUT",
- ADDCFLAGS="$ADDCFLAGS -O2")
+ ADDCFLAGS="$ADDCFLAGS -g -DDEBUG -DDEBUG_OUT")
AC_ARG_ENABLE(xrandr,
[ --disable-xrandr reset the XRANDR mode],