File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ build_nim() {
144
144
./koch --skipIntegrityCheck boot -d:release --skipUserCfg --skipParentCfg --warnings:off --hints:off
145
145
if [[ " ${QUICK_AND_DIRTY_COMPILER} " == " 0" ]]; then
146
146
# We want tools
147
- ./koch tools -d:release --skipUserCfg --warnings:off --hints :off --styleCheck :off
147
+ ./koch tools -d:release --skipUserCfg --skipParentCfg --warnings :off --hints :off
148
148
elif [[ " ${QUICK_AND_DIRTY_NIMBLE} " != " 0" ]]; then
149
149
# We just want nimble
150
- ./koch nimble -d:release --skipUserCfg --warnings:off --hints :off --styleCheck :off
150
+ ./koch nimble -d:release --skipUserCfg --skipParentCfg --warnings :off --hints :off
151
151
fi
152
152
else
153
153
# Git commits
@@ -275,7 +275,7 @@ build_nim() {
275
275
276
276
# Do we want Nimble in this quick build?
277
277
if [[ " ${QUICK_AND_DIRTY_NIMBLE} " != " 0" ]]; then
278
- bin/nim c -d:release --noNimblePath --skipUserCfg --styleCheck:off dist/nimble/src/nimble.nim
278
+ bin/nim c -d:release --noNimblePath --skipUserCfg --skipParentCfg dist/nimble/src/nimble.nim
279
279
mv dist/nimble/src/nimble bin/
280
280
fi
281
281
fi
You can’t perform that action at this time.
0 commit comments