summaryrefslogtreecommitdiffhomepage
path: root/proto-wine
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-12-19 06:07:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-12-19 06:07:41 +0100
commit9b5aa77580cbb686f8d706361d9bac89077ad495 (patch)
tree170f6cb68c106611a6bb84d262e609c7b1ba456c /proto-wine
parentd43ebaea7869b734e7b413da5c3b9c45c6c05e43 (diff)
proto/wine: add warns to winegcc invocation
Diffstat (limited to 'proto-wine')
-rw-r--r--proto-wine/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)