123456789101112131415 |
- 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],
|