Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151025967
D17016.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
764 B
Referenced Files
None
Subscribers
None
D17016.id.diff
View Options
Index: head/stand/defs.mk
===================================================================
--- head/stand/defs.mk
+++ head/stand/defs.mk
@@ -53,12 +53,14 @@
CFLAGS+= -I${SYSDIR}
# Spike the floating point interfaces
CFLAGS+= -Ddouble=jagged-little-pill -Dfloat=floaty-mcfloatface
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
# Slim down the image. This saves about 15% in size with clang 6 on x86
# Our most constrained /boot/loader env is BIOS booting on x86, where
# our text + data + BTX have to fit into 640k below the ISA hole.
# Experience has shown that problems arise between ~520k to ~530k.
CFLAGS.clang+= -Oz
CFLAGS.gcc+= -Os
+.endif
# GELI Support, with backward compat hooks (mostly)
.if defined(LOADER_NO_GELI_SUPPORT)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 12:59 PM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30970571
Default Alt Text
D17016.id.diff (764 B)
Attached To
Mode
D17016: Be a little conservative about when to force size optimizations.
Attached
Detach File
Event Timeline
Log In to Comment