nimbus.nim: do not disable hints for nimc

This commit is contained in:
Anna “CyberTailor” 2023-01-08 03:39:19 +05:00
parent 0cb15d80a3
commit e5a9c7048c
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ proc setup(options: Options) =
if pkgInfo.bin.len != 0:
debug("[build.ninja] Generating 'nimc' rule")
ninja.rule("nimc",
command = "$nim --hints:off $nimflags c --nimcache:$nimcache -o:$out " &
command = "$nim $nimflags c --nimcache:$nimcache -o:$out " &
"$depfileopt $paths $in",
description = "Compiling Nim application $out",
depfile = "$out.d",