diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a023b1..c815baf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ find_package(Qt5Core REQUIRED) find_package(Cor REQUIRED) set(CMAKE_CXX_FLAGS - "${CMAKE_CXX_FLAGS} -fPIC -W -Wall -Wextra -Werror -g -O2 -std=c++0x") + "${CMAKE_CXX_FLAGS} -fPIC -W -Wall -Wextra -g -O2 -std=c++0x") #-Wno-psabi is to remove next g++ warning/note: #the mangling of 'va_list' has changed in GCC 4.4