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

ubutnu24 updates

parent 8dc3b9ad
No related branches found
No related tags found
No related merge requests found
Pipeline #31036 failed
......@@ -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