Question re --bytecode compilation #14422
-
Have used the --bytecode option in 1.1.30 to compile one of our single file executables. One of our hopes with this was to not have our source code contained within the single file executable (for distribution). We have noticed that without the bytecode compile, one of our apps is 96.7MB, but when compiled to bytecode it goes up to 108.3MB. Not so concerned about the size, but if we run |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
yeah the bytecode compilation in JSC does need the source code to work. It's not useful for obscuring the source. |
Beta Was this translation helpful? Give feedback.
yeah the bytecode compilation in JSC does need the source code to work. It's not useful for obscuring the source.