We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4db94d commit cff30faCopy full SHA for cff30fa
leveldbstatic/prelude.nim
@@ -9,7 +9,7 @@ const
9
when defined(macosx):
10
"-DCMAKE_BUILD_TYPE=Release"
11
elif defined(windows):
12
- "-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DHAVE_STD_REGEX=ON -DRUN_HAVE_STD_REGEX=1"
+ "-G\"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release"
13
else:
14
15
leveldbstatic/raw.nim
0 commit comments