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

Updates for ubuntu24

parent 152274cf
No related branches found
No related tags found
Loading
Pipeline #31037 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 \
......
Subproject commit 8dc3b9ad64d39d25ef7f3fb0dbd4a2a48356f2bd
Subproject commit 559c0d71c3dda2067bfe757307655fad0f1c7d9f
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