Skip to content

Commit 7736788

Browse files
committed
Disable debug verbosity by default.
1 parent e3be98f commit 7736788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MasterPassword/C/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515

1616
# optional features.
1717
options=(
18-
-DDEBUG # Turn on debugging verbosity.
18+
#-DDEBUG # Turn on debugging verbosity.
1919
)
2020
# available targets.
2121
targets=(

0 commit comments

Comments
 (0)