diff options
author | Eric Andersen | 1999-11-09 03:10:26 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-09 03:10:26 +0000 |
commit | add01585549613585c22745d47416f9dce789a66 (patch) | |
tree | d6bc751c31d1d804e4e9ab764037ee60087f04d4 /Makefile | |
parent | 3d8dbe1ca0358ab00b6b505dcc797f17ffd9148f (diff) | |
download | busybox-add01585549613585c22745d47416f9dce789a66.zip busybox-add01585549613585c22745d47416f9dce789a66.tar.gz |
LAtest and greatest
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,12 +17,12 @@ PROG=busybox -VERSION=0.33 +VERSION=0.34 BUILDTIME=$(shell date "+%Y%m%d-%H%M") # Comment out the following to make a debuggable build # Leave this off for production use. -DODEBUG=true +DODEBUG=false # If you want a static binary, turn this on. I can't think # of many situations where anybody would ever want it static, # but... |