|
|
@ -167,7 +167,7 @@ fi |
|
|
|
## compatibility with the legacy buildsystem. |
|
|
|
## compatibility with the legacy buildsystem. |
|
|
|
## |
|
|
|
## |
|
|
|
if test "x$CXXFLAGS_overridden" = "xno"; then |
|
|
|
if test "x$CXXFLAGS_overridden" = "xno"; then |
|
|
|
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter" |
|
|
|
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wno-self-assign" |
|
|
|
fi |
|
|
|
fi |
|
|
|
CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS" |
|
|
|
CPPFLAGS="$CPPFLAGS -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS" |
|
|
|
|
|
|
|
|
|
|
|