From 9b5aa77580cbb686f8d706361d9bac89077ad495 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 19 Dec 2018 06:07:41 +0100 Subject: proto/wine: add warns to winegcc invocation --- proto-wine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto-wine') diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index ec24ed5a..e263b300 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -22,7 +22,7 @@ if(NOT WIN32) DEPENDS ${wine-deps} COMMAND wineg++ -g -DNOMINMAX -O2 -m32 -std=c++17 -fPIC -o opentrack-wrapper-wine.exe -I "${CMAKE_SOURCE_DIR}" -I "${CMAKE_BINARY_DIR}" - ${wine-deps} + ${wine-deps} -Wall -Wextra -Wpedantic ${my-rt}) add_custom_target(wine-wrapper DEPENDS opentrack-wrapper-wine.exe.so) add_dependencies(opentrack-proto-wine wine-wrapper) -- cgit v1.2.3