From a965b91321fd22eb2b2e99d17abdeb419a31512d Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 18 Jun 2018 11:45:54 +0200 Subject: [PATCH] Enable -Wall Signed-off-by: David Shah --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9c0ff6c..06e83f6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(nextpnr) # List of families to build set(FAMILIES dummy ice40) set(CMAKE_CXX_STANDARD 11) -# set(CMAKE_CXX_FLAGS "-Wall -pedantic -Wextra -Werror") +set(CMAKE_CXX_FLAGS "-Wall") set(CMAKE_DEFIN) # List of Boost libraries to include set(boost_libs filesystem thread program_options)