Skip to content
Snippets Groups Projects
Commit 390e9247 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Move to c++17

parent b7fde6f8
No related tags found
No related merge requests found
Pipeline #31084 failed
......@@ -24,7 +24,7 @@ cpppath=''' \
$SMPSA_HOME/include/interfaces/idapro \
'''
IDA_CCFLAGS=''' -std=c++14 \
IDA_CCFLAGS=''' -std=c++17 \
-D__LINUX__ \
-Wall \
-Werror \
......
......@@ -26,7 +26,7 @@ cpppath=''' \
$SMPSA_HOME/libehp/include \
'''
IDA_CCFLAGS=''' -std=c++14 \
IDA_CCFLAGS=''' -std=c++17 \
-D__LINUX__ \
-Wall \
-Werror \
......
......@@ -31,7 +31,7 @@ libpath='''
$SECURITY_TRANSFORMS_HOME/lib
'''
IRDB_CCFLAGS=''' -fmax-errors=2 -std=c++14 \
IRDB_CCFLAGS=''' -fmax-errors=2 -std=c++17 \
-Wall \
-Werror \
-Wno-unused-variable \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment