We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0caf7 commit b09ebe2Copy full SHA for b09ebe2
compiler/nimconf.nim
@@ -243,11 +243,6 @@ proc LoadConfigs*(cfg: string) =
243
readConfigFile(pd / cfg)
244
245
if gProjectName.len != 0:
246
- var conffile = changeFileExt(gProjectFull, "cfg")
247
- if conffile != pd / cfg and existsFile(conffile):
248
- readConfigFile(conffile)
249
- rawMessage(warnConfigDeprecated, conffile)
250
-
251
# new project wide config file:
252
readConfigFile(changeFileExt(gProjectFull, "nimrod.cfg"))
253
0 commit comments