mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Bump the C++ version from C++11 to C++17
This will allow the usage of more modern features in the future.
This commit is contained in:
@@ -311,7 +311,7 @@ libmodsecurity_la_CFLAGS =
|
||||
|
||||
|
||||
libmodsecurity_la_CPPFLAGS = \
|
||||
-std=c++11 \
|
||||
-std=c++17 \
|
||||
-I.. \
|
||||
-g \
|
||||
-I../others \
|
||||
|
@@ -11,11 +11,10 @@ libmodsec_parser_la_SOURCES = \
|
||||
test.cc
|
||||
|
||||
libmodsec_parser_la_CPPFLAGS = \
|
||||
-std=c++11 \
|
||||
-std=c++17 \
|
||||
-I../.. \
|
||||
-I../../headers \
|
||||
-I../../others \
|
||||
-std=c++11 \
|
||||
-I.. \
|
||||
-g \
|
||||
-fPIC \
|
||||
|
Reference in New Issue
Block a user