mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-02 09:47:00 +03:00
bug #406: Removed default Werror option for compiling OpenNebula
(cherry picked from commit 631a4c02f737ca8fcec40cd7af0f00abedb5b9a0)
This commit is contained in:
parent
456a15007e
commit
d6168d24c5
@ -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