X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config-scripts%2Fcups-compiler.m4;h=4b1f83c8c8ec77b4a327cd121502387ce1f10e47;hb=ae71f5deb42f3d526b5f35d2eed9241abb6405ba;hp=1fb08a5201955ef963b5a8895e9e3f693efa7bec;hpb=839a51c83c61febe8d4c9ba56f6a05fce3d03710;p=thirdparty%2Fcups.git diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4 index 1fb08a520..4b1f83c8c 100644 --- a/config-scripts/cups-compiler.m4 +++ b/config-scripts/cups-compiler.m4 @@ -26,6 +26,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging, default=no]) dnl For debugging, keep symbols, otherwise strip them... if test x$enable_debug = xyes; then OPTIM="-g" + CFLAGS="$CFLAGS -DDEBUG" else INSTALL_STRIP="-s" fi