summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-12-22 12:48:46 -0800
committerJF Bastien <jfb@chromium.org>2015-12-22 12:48:46 -0800
commit1749331c841d5ecc42d4b82617cb958766cbdfb6 (patch)
treeff1cac7f33289af0c7056b23abe791e1a532d061
parent48d8e31f81f16b059728b4b098223ec0ef4c7510 (diff)
downloadbinaryen-1749331c841d5ecc42d4b82617cb958766cbdfb6.tar.gz
binaryen-1749331c841d5ecc42d4b82617cb958766cbdfb6.tar.bz2
binaryen-1749331c841d5ecc42d4b82617cb958766cbdfb6.zip
Don't put -Wall yet.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9fcd28066..72ec22970 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/bin")
SET(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_CXX_FLAGS}")
SET(CMAKE_CXX_FLAGS "-msse2 -mfpmath=sse ${CMAKE_CXX_FLAGS}")
-SET(CMAKE_CXX_FLAGS "-O2 -Wall ${CMAKE_CXX_FLAGS}")
+SET(CMAKE_CXX_FLAGS "-O2 ${CMAKE_CXX_FLAGS}")
# clang doesn't print colored diagnostics when invoked from Ninja
IF (UNIX AND