Merge pull request #3079 from MirkoDziadzka/mirko-bump-c++-version

No other remark was added, merging. Thanks @MirkoDziadzka.
This commit is contained in:
Ervin Hegedus
2024-02-27 19:34:48 +01:00
committed by GitHub
11 changed files with 14 additions and 15 deletions

View File

@@ -70,7 +70,7 @@ unit_tests_LDFLAGS = \
unit_tests_CPPFLAGS = \
-std=c++11 \
-std=c++17 \
-Icommon \
-I../ \
-g \
@@ -126,7 +126,7 @@ regression_tests_LDFLAGS = \
regression_tests_CPPFLAGS = \
-std=c++11 \
-std=c++17 \
-Icommon \
-I../ \
-g \
@@ -179,7 +179,7 @@ rules_optimization_LDFLAGS = \
$(YAJL_LDFLAGS)
rules_optimization_CPPFLAGS = \
-std=c++11 \
-std=c++17 \
-Icommon \
-I../ \
-g \

View File

@@ -32,7 +32,7 @@ benchmark_LDFLAGS = \
$(LUA_LDFLAGS)
benchmark_CPPFLAGS = \
-std=c++11 \
-std=c++17 \
-I$(top_builddir)/headers \
$(GLOBAL_CPPFLAGS) \
$(PCRE_CFLAGS) \

View File

@@ -30,7 +30,7 @@ afl_fuzzer_LDADD = \
afl_fuzzer_CPPFLAGS = \
-std=c++11 \
-std=c++17 \
-Icommon \
-I../ \
-I../../ \