From 3b1aabdcffafbbf37ad02f013f754f67dfe2461c Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 26 May 2021 00:51:48 -0700 Subject: change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18085) --- drnim/nim.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drnim') diff --git a/drnim/nim.cfg b/drnim/nim.cfg index 58c1725d9..57dca974c 100644 --- a/drnim/nim.cfg +++ b/drnim/nim.cfg @@ -1,6 +1,6 @@ # Special configuration file for the Nim project -hint[XDeclaredButNotUsed]:off +hint:XDeclaredButNotUsed:off define:booting define:nimcore -- cgit 1.4.1-2-gfad0