mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Merge pull request #3219 from eduar-hte/cpp17
Simplifiy configuration to build using std C++17
This commit is contained in:
@@ -311,7 +311,6 @@ libmodsecurity_la_CFLAGS =
|
||||
|
||||
|
||||
libmodsecurity_la_CPPFLAGS = \
|
||||
-std=c++17 \
|
||||
-I.. \
|
||||
-g \
|
||||
-I../others \
|
||||
|
@@ -11,7 +11,6 @@ libmodsec_parser_la_SOURCES = \
|
||||
test.cc
|
||||
|
||||
libmodsec_parser_la_CPPFLAGS = \
|
||||
-std=c++17 \
|
||||
-I../.. \
|
||||
-I../../headers \
|
||||
-I../../others \
|
||||
|
Reference in New Issue
Block a user