Fix debug compilation when CFLAGS is set on the configure line.
This commit is contained in:
		| @@ -392,10 +392,11 @@ freebsd*) | ||||
| *) | ||||
| 	echo "Using non-specific system compiler settings" | ||||
| 	if test x"$enable_debug" = xyes; then | ||||
| 		# AC_PROG_CC already sets CFLAGS to "-g -O2" by default | ||||
| 		# AC_PROG_CC already sets CFLAGS to "-g -O2" by default, | ||||
| 		# but only if CFLAGS was not previously set. | ||||
| 		#: | ||||
| 		# Use -O0 in debug so that variables do not get optimized out | ||||
| 		AX_CFLAGS_GCC_OPTION([-O0]) | ||||
| 		AX_CFLAGS_GCC_OPTION([-O0, -g]) | ||||
| 	else | ||||
| 		# add optimise for size | ||||
| 		AX_CFLAGS_GCC_OPTION([-Os]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marcelo Roberto Jimenez
					Marcelo Roberto Jimenez