build.sh: Disabled temporary build without debug
This commit is contained in:
parent
99598306da
commit
bb07e10628
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -6,8 +6,7 @@ command_one() {
|
|||
}
|
||||
|
||||
command_two() {
|
||||
echo "Building without Debug Logs..."
|
||||
./kernel_build/build-nodebug.sh "$(pwd)" || exit 1
|
||||
echo "Disabled temporary"
|
||||
}
|
||||
|
||||
command_three() {
|
||||
|
|
Loading…
Add table
Reference in a new issue