mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: Compile oned with c++14
This commit is contained in:
parent
ba9983bd7d
commit
7e66d4ee18
@ -119,7 +119,7 @@ main_env.Append(LIBPATH=[
|
||||
main_env.Append(CPPFLAGS=[
|
||||
"-g",
|
||||
"-Wall",
|
||||
"-std=c++11"
|
||||
"-std=c++14"
|
||||
])
|
||||
|
||||
# Linking flags & common libraries
|
||||
|
Loading…
x
Reference in New Issue
Block a user