Skip to content

Commit

Permalink
Rename D compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Apr 30, 2015
1 parent f276eb7 commit 9113fdb
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions etc/config/gcc-explorer.amazon-d.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
# Settings overridden for Amazon EC2 instances running D that power http://d.godbolt.org/
port=10241
compileTimeoutMs=1500
compilers=/usr/bin/gdc:/usr/bin/gdc-4.4:/usr/bin/gdc-4.6:/opt/x86_64-gdcproject-linux-gnu/bin/gdc:/usr/bin/gdc-4.9:/opt/i686-gdcproject-linux-gnu/bin/i686-gdcproject-linux-gnu-gdc
compileTimeoutMs=2000
compilers=gdc44:gdc46:gdc49u
defaultCompiler=gdc49
compiler.gdc44.exe=/usr/bin/gdc-4.4
compiler.gdc44.alias=/usr/bin/gdc-4.4
compiler.gdc44.name=gdc 4.4 (Ubuntu)
compiler.gdc46.exe=/usr/bin/gdc-4.6
compiler.gdc46.alias=/usr/bin/gdc-4.6
compiler.gdc46.name=gdc 4.6 (Ubuntu)
compiler.gdc49u.exe=/usr/bin/gdc-4.9
compiler.gdc49u.alias=/usr/bin/gdc-4.9
compiler.gdc49u.name=gdc 4.9 (Ubuntu)
compiler.gdc49.exe=/opt/x86_64-gdcproject-linux-gnu/bin/gdc
compiler.gdc49.alias=/opt/x86_64-gdcproject-linux-gnu/bin/gdc
compiler.gdc49.name=gdc 2.066.1 (4.9)

compileFilename=example.d
postProcess=d/demangle
compiler-wrapper=./c-preload/compiler-wrapper
max-asm-size=262144
max-asm-size=500000
staticMaxAgeMs=600000
cacheMb=100
language=D
clientGoogleAnalyticsEnabled=true

0 comments on commit 9113fdb

Please sign in to comment.