torcs-1.3.6-flags.patch 412 B

123456789101112131415
  1. respect cflags
  2. --- torcs-1.3.6/configure.in
  3. +++ torcs-1.3.6/configure.in
  4. @@ -50,8 +50,7 @@
  5. ADDCFLAGS="-Wall -fPIC -fno-strict-aliasing"
  6. AC_ARG_ENABLE(debug,
  7. [ --enable-debug set the debug mode],
  8. - ADDCFLAGS="$ADDCFLAGS -g -DDEBUG -DDEBUG_OUT",
  9. - ADDCFLAGS="$ADDCFLAGS -O2")
  10. + ADDCFLAGS="$ADDCFLAGS -g -DDEBUG -DDEBUG_OUT")
  11. AC_ARG_ENABLE(xrandr,
  12. [ --disable-xrandr reset the XRANDR mode],