You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compile with and without the server, haxe gives different results. The version with server seems to have some DCE applied to class and package, and cause strange error.
haxe hide.hxml # result file bin/hide.js has a size of 9260KB, works fine
haxe hide.hxml --connect 6001 # result file bin/hide.js has a size of 9164KB on 2nd compilation and above
Bisect gives this: #11701
The result remains the same with -D disable-hxb-cache
The text was updated successfully, but these errors were encountered:
Project : Hide
When compile with and without the server, haxe gives different results. The version with server seems to have some DCE applied to class and package, and cause strange error.
Bisect gives this: #11701
The result remains the same with
-D disable-hxb-cache
The text was updated successfully, but these errors were encountered: