mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
store nodebug status too, as it makes 'update' work better if there's
a non-empty field when the status is known, be it debug or nodebug. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@690 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2cc66b66e0
commit
44d76bc1ae
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -79,7 +79,7 @@ if [ -z "$debug" ]; then
|
|||
debug="DEBUG=1"
|
||||
;;
|
||||
*)
|
||||
debug=""
|
||||
debug="NODEBUG=1"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue