Closed darmie closed 6 years ago
Fixed it by removing -dce full
from build flags
wonder if it should be reported as a bug to haxe, it seems unintended that a used function gets lost by dce? I know it can be annotated with @:keep but for that to happen on every used function is not the purpose
I was wondering if it's because it's a get/set function...
It's best to report it to Haxe, because it won't make sense to have to @:keep
all functions.
I tried compiling my snow app, and I get this error: