1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-20 08:59:50 +00:00

stage json fixes

This commit is contained in:
MtH 2022-03-07 22:58:37 +01:00
parent c9b906f94f
commit 3df79597b1

View file

@ -181,7 +181,7 @@
<!--Enable this for Nape release builds for a serious peformance improvement-->
<haxedef name="NAPE_RELEASE_BUILD" unless="debug" />
<haxeflag name="-no-traces" unless="debug" />
<haxeflag name="--no-traces" unless="debug" />
<!-- HScript relies heavily on Reflection, which means we can't use DCE. -->
<haxeflag name="--dce no" />
<haxedef name="HXCPP_CHECK_POINTER" />