Skip to content

Commit feb3c9b

Browse files
committed
[enable] : Enable --log for fullbuild
1 parent 4ccd9b9 commit feb3c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fullbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ channels=(
2020
architectures=("x86_64" "i686")
2121
locale_list=("ja" "en")
2222
share_options=()
23-
default_options=("--boot-splash" "--cleanup" "--user" "alter" "--password" "alter")
23+
default_options=("--boot-splash" "--cleanup" "--user" "alter" "--password" "alter" "--log")
2424
failed=()
2525
abort=false
2626

0 commit comments

Comments
 (0)