-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
optimize=false #15
Comments
I'd love to know what the story with that is too. We may want to use this for an upcoming project and I'm not too happy with having to set that flag. |
@kisscoool18 @Ansury Have you found a solution for this? As written here optimize=true does bytecode and filesize optimization. The question is why optimize throws away the ThreadRunner for example. |
I never did, but I didn't look into it either. Honestly, I hope Flex makes a comeback some day, but we've moved to JavaFX + web start. |
In WorkerFactory.as, I re-enabled the commented out code that saves the newly created SWF file to disk. When debug=false and optimize=true, for some reason the doABC tags are stripped from the created SWF. It seems like it's stripping tags from the loaderInfo when set to be optimized. If anyone can figure out what may be causing this or a workaround I'd be willing to test and help find a solution! |
I use your library in a quite big project, and it's very handy !
However it doesn't always works when I deploy it without compiler option "optimize=false" (while it works in debug mode).
Unfortunately air package size is much more bigger when optimize=false, is there any way I can remove this option and still get the library work ? On some project, it works fine...
The text was updated successfully, but these errors were encountered: