Modify ↓
Opened 17 years ago
Closed 16 years ago
#270 closed Feature Request (Rejected)
Obfuscate /striponly functionality --> as default behaviour of Aut2Exe
Reported by: | Zedna | Owned by: | |
---|---|---|---|
Milestone: | Component: | Aut2Exe | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
Obfuscate /striponly remove all not used global constants and functions from script and all used include files at compile time.
So result is smaller EXE and some speed improvement at runtime.
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by Zedna
comment:3 Changed 16 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
You already have a working solution. As nice as this would be it's a can of worms that once opened will require a massive amount of work to do all that should be done. Closing as rejected.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Here are exact syntax
When you add this at top of your script then it removes not used constants/functions at compile time