aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2022-02-02 20:22:58 +0000
committerGitHub <noreply@github.com>2022-02-02 20:22:58 +0000
commit28b5cf10ff84422296d9f0d63545847870d20b25 (patch)
tree9b710bb1d8071d13d287ef801e003f8455deb1d8
parentd883a0f3a1799cb69ada1c09f36ee98967c93c03 (diff)
parentda4f466d7b601bd11fe4c1a0c3efe57b13ab3543 (diff)
downloadcompiler-explorer-gh-1824.tar.gz
compiler-explorer-gh-1824.zip
Merge da4f466d7b601bd11fe4c1a0c3efe57b13ab3543 into d883a0f3a1799cb69ada1c09f36ee98967c93c03gh-1824
-rw-r--r--lib/compilers/ada.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compilers/ada.js b/lib/compilers/ada.js
index 8219f9b35..8b33ae269 100644
--- a/lib/compilers/ada.js
+++ b/lib/compilers/ada.js
@@ -34,7 +34,6 @@ export class AdaCompiler extends BaseCompiler {
super(info, env);
this.compiler.supportsGccDump = true;
this.compiler.removeEmptyGccDump = true;
- this.compiler.supportsIntel = true;
// used for all GNAT related panes (Expanded code, Tree)
this.compiler.supportsGnatDebugViews = true;