diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-17 00:13:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-17 00:13:00 +0000 |
commit | 667e48352acadd4333d85a2fa9e285e3692b7e5f (patch) | |
tree | f5efdb40c6bae0bc007a07fdbe6936f34f651a4a /test | |
parent | 789f8328925f3fdf45932501687016e4f5e03367 (diff) | |
download | uClibc-alpine-667e48352acadd4333d85a2fa9e285e3692b7e5f.tar.bz2 uClibc-alpine-667e48352acadd4333d85a2fa9e285e3692b7e5f.tar.xz |
Turn off debug noise
Diffstat (limited to 'test')
-rw-r--r-- | test/string/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/string/Makefile b/test/string/Makefile index 2bf5b83c2..7d2a02bef 100644 --- a/test/string/Makefile +++ b/test/string/Makefile @@ -5,12 +5,9 @@ include $(TOPDIR)Rules.mak LSFLAGS = $(shell if ls -sh >/dev/null 2>&1; \ then echo "-sh"; else echo "-s" ; fi) -#XCFLAGS = -Wall -Os -fomit-frame-pointer -fno-builtin -nostdinc \ -# -I$(TOPDIR)include -I/usr/include/linux -#XLDFLAGS = -nostdlib -s -gc-sections -XCFLAGS = -Wall -g -fno-builtin -nostdinc \ +XCFLAGS = -Wall -Os -fomit-frame-pointer -fno-builtin -nostdinc \ -I$(TOPDIR)include -I/usr/include/linux -XLDFLAGS = -nostdlib -gc-sections +XLDFLAGS = -nostdlib -s -gc-sections EXTRA_LIBS=$(TOPDIR)libc.a -lgcc YCFLAGS = -Wall -Os -fomit-frame-pointer |