Skip to content

Commit 89305aa

Browse files
authored
builtin: fix mix prod and debug ucrt lib (#24498)
1 parent 3410086 commit 89305aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vlib/builtin/builtin_d_gcboehm.c.v

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ $if gcboehm_leak ? {
122122
#flag -DGC_DEBUG=1
123123
}
124124

125-
$if windows && msvc {
126-
#flag ucrtd.lib
127-
}
128-
129125
#include <gc.h>
130126

131127
// #include <gc/gc_mark.h>

0 commit comments

Comments
 (0)