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

Merge branch 'update_elfio' into 'master'

Update elfio

See merge request !17
parents 8a0ab3b3 64b71bd0
No related branches found
No related tags found
1 merge request!17Update elfio
Pipeline #24139 canceled
...@@ -49,10 +49,10 @@ arm64: ...@@ -49,10 +49,10 @@ arm64:
tags: tags:
- arm64 - arm64
centos76: coss9:
<<: *do-test <<: *do-test
tags: tags:
- centos76 - coss9
# #
# Fuzz # Fuzz
......
...@@ -38,7 +38,7 @@ LIBPATH="$SECURITY_TRANSFORMS_HOME/lib" ...@@ -38,7 +38,7 @@ LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split("") LIBS=Split("")
myenv=myenv.Clone(CPPPATH=Split(cpppath)) myenv=myenv.Clone(CPPPATH=Split(cpppath))
myenv.Append(CXXFLAGS = " -std=c++11 -Wall -Werror -fmax-errors=2 -fPIC ") myenv.Append(CXXFLAGS = " -std=c++14 -Wall -Werror -fmax-errors=2 -fPIC ")
lib1=myenv.Library("ehp", Split(files), LIBPATH=LIBPATH, LIBS=LIBS) lib1=myenv.Library("ehp", Split(files), LIBPATH=LIBPATH, LIBS=LIBS)
install1=myenv.Install("../lib/", lib1) install1=myenv.Install("../lib/", lib1)
......
...@@ -34,7 +34,7 @@ LIBS=''' ...@@ -34,7 +34,7 @@ LIBS='''
ehp ehp
''' '''
myenv=myenv.Clone(CPPPATH=Split(cpppath)) myenv=myenv.Clone(CPPPATH=Split(cpppath))
myenv.Append(CXXFLAGS = " -std=c++11 -Wall -Werror -fmax-errors=1 -g ") myenv.Append(CXXFLAGS = " -std=c++14 -Wall -Werror -fmax-errors=1 -g ")
lib=myenv.Program("test.exe", Split(files), LIBPATH=Split(LIBPATH), LIBS=Split(LIBS)) lib=myenv.Program("test.exe", Split(files), LIBPATH=Split(LIBPATH), LIBS=Split(LIBS))
Default(lib) Default(lib)
......
Subproject commit 9f9407d3018fb4317e56bb78a74b9cdbf6c96306 Subproject commit be202e3107e2f5e02fdc3f676bebb5d63e7711b4
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