Compiled exe doesn't work properly after UPX compression #49397
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
vm-aot-code-size
Related to improvements in AOT code size
The default console Hello World project when compiled to exe, works fine.
But its too big in size (5.3mb), so i used UPX to compress it. Now it just shows default output of dart command :-
Might I be missing something ? How to decrease the exe size ? How to exclude debug info ?
The text was updated successfully, but these errors were encountered: