Turn off debugging in the Makefile.
-Erik
This commit is contained in:
parent
f0c30b71be
commit
832000f7f3
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ export VERSION
|
|||||||
# Set the following to `true' to make a debuggable build.
|
# Set the following to `true' to make a debuggable build.
|
||||||
# Leave this set to `false' for production use.
|
# Leave this set to `false' for production use.
|
||||||
# eg: `make DODEBUG=true tests'
|
# eg: `make DODEBUG=true tests'
|
||||||
DODEBUG = true
|
DODEBUG = false
|
||||||
|
|
||||||
# If you want a static binary, turn this on.
|
# If you want a static binary, turn this on.
|
||||||
DOSTATIC = false
|
DOSTATIC = false
|
||||||
|
@ -140,7 +140,7 @@
|
|||||||
//#define BB_FEATURE_TRIVIAL_HELP
|
//#define BB_FEATURE_TRIVIAL_HELP
|
||||||
//
|
//
|
||||||
// Use termios to manipulate the screen ('more' is prettier with this on)
|
// Use termios to manipulate the screen ('more' is prettier with this on)
|
||||||
//#define BB_FEATURE_USE_TERMIOS
|
#define BB_FEATURE_USE_TERMIOS
|
||||||
//
|
//
|
||||||
// calculate terminal & column widths (for more and ls)
|
// calculate terminal & column widths (for more and ls)
|
||||||
#define BB_FEATURE_AUTOWIDTH
|
#define BB_FEATURE_AUTOWIDTH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user