Skip to content

Commit 6502b80

Browse files
committed
Don't use FAST_LINK with debug
1 parent b80c492 commit 6502b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<haxedef name="HXCPP_STACK_LINE"/>
235235
<haxedef name="HXCPP_STACK_TRACE"/>
236236
<!--<haxedef name="HXCPP_CATCH_SEGV"/>-->
237-
<haxedef name="HXCPP_FAST_LINK"/>
237+
<haxedef name="HXCPP_FAST_LINK" unless="debug"/>
238238
<!--<haxedef name="HXCPP_ALIGN_ALLOC"/>--> <!--hxcpp.h(71): warning C4005: 'HXCPP_ALIGN_ALLOC': macro redefinition-->
239239

240240
<haxedef name="analyzer-optimize" unless="debug"/>

0 commit comments

Comments
 (0)