From 3bfcfeb0cffa266b45f0803009787d7761881326 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 27 Feb 2015 16:44:43 +0100 Subject: don't use stdout for nimsuggest server mode --- compiler/commands.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/commands.nim') diff --git a/compiler/commands.nim b/compiler/commands.nim index 6e594375f..a2d02e469 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -382,7 +382,7 @@ proc processSwitch(switch, arg: string, pass: TCmdLinePass, info: TLineInfo) = of "off": gOptions.excl optEndb undefSymbol("endb") - of "native": + of "native", "gdb": incl(gGlobalOptions, optCDebug) gOptions = gOptions + {optLineDir} - {optEndb} undefSymbol("endb") -- cgit 1.4.1-2-gfad0