build.sh: Disabled temporary build without debug

This commit is contained in:
Ksawlii 2024-11-17 22:32:40 +01:00
parent 99598306da
commit bb07e10628

View file

@ -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() {