From e8a3cd157b7e80fd92f9560f834f6e2a74773bba Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Wed, 21 Dec 2016 21:32:47 -0600 Subject: [PATCH] Disable binary in d for now --- etc/config/d.amazon.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/config/d.amazon.properties b/etc/config/d.amazon.properties index 0ad6b4d1..840280a5 100644 --- a/etc/config/d.amazon.properties +++ b/etc/config/d.amazon.properties @@ -1,6 +1,7 @@ compilers=gdc48:gdc49:gdc52:&ldc defaultCompiler=gdc52 - +# This is only due to limitations on the d.godbolt.org image for now. +supportsBinary=false compiler.gdc49.exe=/opt/gcc-explorer/gdc4.9.3/x86_64-pc-linux-gnu/bin/gdc compiler.gdc49.alias=/opt/x86_64-gdcproject-linux-gnu/bin/gdc compiler.gdc49.name=gdc 4.9.3