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

Merge branch 'ubuntu24'

parents 6ab16aa0 42a64aca
No related branches found
No related tags found
No related merge requests found
Pipeline #31723 passed
......@@ -24,7 +24,10 @@ ubuntu22:
tags:
- ubuntu22
ubuntu24:
<<: *do-test
tags:
- ubuntu24
arm32:
<<: *do-test
......
......@@ -38,7 +38,7 @@ LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split("")
myenv=myenv.Clone(CPPPATH=Split(cpppath))
myenv.Append(CXXFLAGS = " -std=c++14 -Wall -Werror -fmax-errors=2 -fPIC ")
myenv.Append(CXXFLAGS = " -std=c++17 -Wall -Werror -fmax-errors=2 -fPIC ")
lib1=myenv.Library("ehp", Split(files), LIBPATH=LIBPATH, LIBS=LIBS)
install1=myenv.Install("../lib/", lib1)
......
......@@ -34,7 +34,7 @@ LIBS='''
ehp
'''
myenv=myenv.Clone(CPPPATH=Split(cpppath))
myenv.Append(CXXFLAGS = " -std=c++14 -Wall -Werror -fmax-errors=1 -g ")
myenv.Append(CXXFLAGS = " -std=c++17 -Wall -Werror -fmax-errors=1 -g ")
lib=myenv.Program("test.exe", Split(files), LIBPATH=Split(LIBPATH), LIBS=Split(LIBS))
Default(lib)
......
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