diff options
author | Rob Landley | 2006-07-06 17:22:54 +0000 |
---|---|---|
committer | Rob Landley | 2006-07-06 17:22:54 +0000 |
commit | 4ae905a31cc57ea4a835ed0cc4489e81ab9a7524 (patch) | |
tree | fc68309e2101510bc67a24ebfa8ad95dae2c9bb8 /Rules.mak | |
parent | aa516a61b994526e1b09fbe863ea34e553e76017 (diff) | |
download | busybox-4ae905a31cc57ea4a835ed0cc4489e81ab9a7524.zip busybox-4ae905a31cc57ea4a835ed0cc4489e81ab9a7524.tar.gz |
Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,6 +174,7 @@ CHECKED_CFLAGS+=$(call check_cc,$(CC),-Wshadow,) CHECKED_CFLAGS+=$(call check_cc,$(CC),-funsigned-char,) CHECKED_CFLAGS+=$(call check_cc,$(CC),-mmax-stack-frame=256,) CHECKED_CFLAGS+=$(call check_cc,$(CC),-fno-builtin-strlen) +CHECKED_CFLAGS+=$(call check_cc,$(CC),-finline-limit=0) # Preemptively pin this too. PROG_CFLAGS:= |