-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes another issue related to #12014 - `runEngineDistribution` has to generate _native image_ launchers when in `ENSO_LAUNCHER=native` mode. This PR also introduces additional comma separated values to the `ENSO_LAUNCHER` variable: - `shell` uses shell launchers and has no additional sub options - `native` generates some form of _native image_ launchers - concatenations are possible: - `fast,native` disables code optimizations to speed the build up - `test,native` enables assertions - `debug,native` enables debug information - combinations up to `native,test,debug,fast` are also possible
- Loading branch information
1 parent
78febd5
commit 8cc8c4f
Showing
7 changed files
with
277 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.