From 6c8b06b2a38b41559c5387d98d3bf1429e936236 Mon Sep 17 00:00:00 2001 From: Parashurama Date: Sat, 11 Jun 2016 09:49:19 +0200 Subject: adds --excessiveStackTrace:on|off flag for nim display absolute file path in error messages. --- compiler/commands.nim | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/commands.nim') diff --git a/compiler/commands.nim b/compiler/commands.nim index 3bc0b604a..5601ef662 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -409,6 +409,7 @@ proc processSwitch(switch, arg: string, pass: TCmdLinePass, info: TLineInfo) = if processOnOffSwitchOrList({optHints}, arg, pass, info): listHints() of "threadanalysis": processOnOffSwitchG({optThreadAnalysis}, arg, pass, info) of "stacktrace": processOnOffSwitch({optStackTrace}, arg, pass, info) + of "excessivestacktrace": processOnOffSwitchG({optExcessiveStackTrace}, arg, pass, info) of "linetrace": processOnOffSwitch({optLineTrace}, arg, pass, info) of "debugger": case arg.normalize -- cgit 1.4.1-2-gfad0