aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/LV2/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LV2/CMakeLists.txt b/plugins/LV2/CMakeLists.txt
index c76a3d9..eca33f3 100755
--- a/plugins/LV2/CMakeLists.txt
+++ b/plugins/LV2/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9)
project(airwindows_ports)
set(CMAKE_CXX_STANDARD 14)
-add_compile_options(-O2 -D__cdecl=)
+add_compile_options(-Wall -Werror -Wno-unused-value)
include(Helpers.cmake)