# HG changeset patch # User Rob Landley # Date 1358106505 21600 # Node ID 0ef095b63a66d1c9ec39cb1b618ddd1f839841b1 # Parent 5bc258a4c750106da2c454d3b9f085cc8db7996b Revert some debug code accidentally checked in at commit 715. diff -r 5bc258a4c750 -r 0ef095b63a66 configure --- a/configure Sat Jan 12 01:40:16 2013 -0600 +++ b/configure Sun Jan 13 13:48:25 2013 -0600 @@ -4,11 +4,11 @@ # A synonym. [ -z "$CROSS_COMPILE" ] && CROSS_COMPILE="$CROSS" -[ -z "$CFLAGS" ] && CFLAGS="-g -Wall -Wundef -Wno-char-subscripts" +[ -z "$CFLAGS" ] && CFLAGS="-Wall -Wundef -Wno-char-subscripts" # Required for our expected ABI. we're 8-bit clean thus "char" must be unsigned. CFLAGS="$CFLAGS -funsigned-char" -[ -z "$OPTIMIZE" ] && OPTIMIZE="-O0 -ffunction-sections -fdata-sections -Wl,--gc-sections" +[ -z "$OPTIMIZE" ] && OPTIMIZE="-Os -ffunction-sections -fdata-sections -Wl,--gc-sections" [ -z "$CC" ] && CC=cc [ -z "$STRIP" ] && STRIP=strip