< prev index next >

common/autoconf/generated-configure.sh

Print this page

        

*** 4364,4374 **** # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1431429776 ############################################################################### # # Initialization / Boot-strapping # --- 4364,4374 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1433174999 ############################################################################### # # Initialization / Boot-strapping #
*** 42594,42603 **** --- 42594,42608 ---- DISABLE_WARNING_PREFIX="-Wno-" CFLAGS_WARNINGS_ARE_ERRORS="-Werror" ;; esac + if test "x$enable_warnings_as_errors" = "xno"; then + CFLAGS_WARNINGS_ARE_ERRORS="" + fi + + # Setup debug symbols (need objcopy from the toolchain for that)
< prev index next >