Modify ↓
Opened 18 years ago
Closed 18 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 by , 18 years ago
comment:3 by , 18 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → 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.
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