mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
bug #406: Removed default Werror option for compiling OpenNebula
This commit is contained in:
parent
308b482cdd
commit
631a4c02f7
@ -76,8 +76,7 @@ main_env.Append(LIBPATH=[
|
||||
# Compile flags
|
||||
main_env.Append(CPPFLAGS=[
|
||||
"-g",
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wall"
|
||||
])
|
||||
|
||||
# Linking flags
|
||||
|
@ -50,8 +50,7 @@ main_env.Append(LIBPATH=[
|
||||
# Compile flags
|
||||
main_env.Append(CPPFLAGS=[
|
||||
"-g",
|
||||
"-Wall",
|
||||
"-Werror"
|
||||
"-Wall"
|
||||
])
|
||||
|
||||
# Linking flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user