We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f5224 commit 82a8c97Copy full SHA for 82a8c97
dune
@@ -40,7 +40,7 @@
40
-G
41
"Unix Makefiles"
42
; GCC 7 (shipped with esy) doesn't like _ for unused variables
43
- "-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized"
+ ; "-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized"
44
-DBUILD_TESTS=OFF
45
-DBUILD_TOOLS=OFF
46
-DBUILD_STATIC_LIB=ON
@@ -127,7 +127,7 @@
127
128
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
129
-DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++
130
- "-DCMAKE_SYSTEM_NAME=Windows"
+ "-DCMAKE_SYSTEM_NAME=Windows"
131
132
"-DCMAKE_CXX_FLAGS=-Wno-unused-variable -Wno-maybe-uninitialized"
133
0 commit comments