mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +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:
@@ -33,7 +33,7 @@ simple_request_LDFLAGS = \
|
||||
|
||||
simple_request_CPPFLAGS = \
|
||||
$(GLOBAL_CFLAGS) \
|
||||
-std=c++11 \
|
||||
-std=c++17 \
|
||||
-I$(top_builddir)/headers \
|
||||
-I$(top_builddir) \
|
||||
-g \
|
||||
|
Reference in New Issue
Block a user