1
0
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:
Ruben S. Montero 2021-06-10 08:45:05 +02:00
parent ba9983bd7d
commit 7e66d4ee18
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -119,7 +119,7 @@ main_env.Append(LIBPATH=[
main_env.Append(CPPFLAGS=[
"-g",
"-Wall",
"-std=c++11"
"-std=c++14"
])
# Linking flags & common libraries