diff options
Diffstat (limited to 'lib/compilers/ada.js')
-rw-r--r-- | lib/compilers/ada.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/ada.js b/lib/compilers/ada.js index 7d61d70c4..971564edb 100644 --- a/lib/compilers/ada.js +++ b/lib/compilers/ada.js @@ -33,6 +33,7 @@ export class AdaCompiler extends BaseCompiler { constructor(info, env) { super(info, env); this.compiler.supportsGccDump = true; + this.compiler.removeEmptyGccDump = true; this.compiler.supportsIntel = true; this.compiler.supportsGnatDebugView = true; } |