Last active
August 29, 2015 13:57
-
-
Save qmx/9376023 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# These properties can be used to alter runtime behavior for perf or compatibility. | |
# Specify them by passing directly to Java -Ddynjs.<property>=<value> | |
################################################################################ | |
# compiler | |
################################################################################ | |
# Set compile mode: OFF = no compilation (interpreted); JIT = at runtime; FORCE = before execution | |
# Options: [OFF, FORCE, JIT], Default: JIT. | |
#compile.mode=JIT | |
################################################################################ | |
# compatibility | |
################################################################################ | |
# Enable Node package manager compatibility extensions | |
# Options: [true, false], Default: true. | |
#compat.npm.enabled=true | |
# Enable Mozilla Rhino compatibility extensions | |
# Options: [true, false], Default: true. | |
#compat.rhino.enabled=true | |
################################################################################ | |
# invokedynamic | |
################################################################################ | |
# Enable invokedynamic support | |
# Options: [true, false], Default: true. | |
#invokedynamic.enabled=true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment