mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
fix our -g -O2 -g -O3 fun
This commit is contained in:
parent
fe8e3eaf56
commit
a192f049f6
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ AC_SUBST(ISODATE)
|
|||
|
||||
AC_LANG_C
|
||||
|
||||
if test ${CFLAGS-unset} = unset; then
|
||||
CFLAGS=""
|
||||
fi
|
||||
if test ${AR-unset} = unset; then
|
||||
AR="ar"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue