Kaydet (Commit) c6b8cb38 authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

Drop Werror

üst 2bbdd002
...@@ -16,7 +16,7 @@ SET (APP_SUFFIX "3") ...@@ -16,7 +16,7 @@ SET (APP_SUFFIX "3")
# Uncomment this for production releases. # Uncomment this for production releases.
SET (VERSION_SUFFIX "") SET (VERSION_SUFFIX "")
SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing") SET (FLAGS "-g -O0 -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing")
# Uncomment this for gprof profiling # Uncomment this for gprof profiling
# SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing -fprofile-arcs -ftest-coverage") # SET (FLAGS "-g -O0 -Werror -Wcast-align -Wno-uninitialized -Wall -fstrict-aliasing -fprofile-arcs -ftest-coverage")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment