Skip to content

Commit

Permalink
Cosmetic fixes for #4721
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Apr 1, 2023
1 parent 3c58187 commit 43aa216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion etc/config/javascript.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ compilers=&v8
defaultCompiler=v8trunk

group.v8.compilers=v8trunk:v8113
group.v8.isSemver=false
group.v8.isSemVer=true
group.v8.baseName=v8
group.v8.groupName=v8

compiler.v8trunk.exe=/opt/compiler-explorer/d8-trunk/d8
compiler.v8trunk.options=--print-opt-code --redirect-code-traces --allow-natives-syntax
compiler.v8trunk.semver=(trunk)

compiler.v8113.exe=/opt/compiler-explorer/d8-11.3/d8
compiler.v8113.options=--print-opt-code --redirect-code-traces --allow-natives-syntax
compiler.v8113.semver=11.3

supportsBinary=false
interpreted=true
Expand Down
2 changes: 0 additions & 2 deletions etc/config/javascript.defaults.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ postProcess=
options=
supportsExecute=false
stubText=


0 comments on commit 43aa216

Please sign in to comment.