Skip to content

Commit

Permalink
Update Project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Feb 20, 2024
1 parent b3184aa commit 2fb8854
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,11 @@

<!-- Enables a terminal log prompt on debug builds -->
<haxelib name="hxcpp-debug-server" if="debug"/>
<haxelib name="systools" unless="mac" />
<ndll name="systools" haxelib="systools" unless="mac" />

<section unless="mac">
<haxelib name="systools" />
<ndll name="systools" haxelib="systools" />
</section>

<!-- ______________________________ Haxedefines _____________________________ -->

Expand Down Expand Up @@ -141,7 +144,7 @@

<!--Disable deprecated warnings-->
<haxedef name="no-deprecation-warnings" />
<!--Avoid memory leaks with for loops in HScript-->
<!--Avoid memory leaks with for loops in HScript-->
<haxedef name="loop_unroll_max_cost" value="25" />

<!--Macro fixes-->
Expand Down

0 comments on commit 2fb8854

Please sign in to comment.