We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445add5 commit ea9dadaCopy full SHA for ea9dada
.github/workflows/switch.yaml
Project.xml
@@ -111,8 +111,9 @@
111
<section if="cpp">
112
<setenv name="HAXEPATH" value="./"/>
113
114
- <haxedef name="HXCPP_DEBUG_LINK" if="release"/>
+ <haxedef name="HXCPP_DEBUG_LINK"/>
115
<haxedef name="HXCPP_CATCH_SEGV"/>
116
+ <haxedef name="HXCPP_GC_BIG_BLOCKS"/>
117
</section>
118
119
<haxedef name='no-deprecation-warnings'/>
0 commit comments