Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pc532/conf put in compiler options to reduce object...



details:   https://anonhg.NetBSD.org/src/rev/c3d46260e983
branches:  trunk
changeset: 467380:c3d46260e983
user:      jonb <jonb%NetBSD.org@localhost>
date:      Tue Mar 23 23:02:14 1999 +0000

description:
put in compiler options to reduce object size by half

diffstat:

 sys/arch/pc532/conf/INSTALL |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 248ea94bba7b -r c3d46260e983 sys/arch/pc532/conf/INSTALL
--- a/sys/arch/pc532/conf/INSTALL       Tue Mar 23 22:53:30 1999 +0000
+++ b/sys/arch/pc532/conf/INSTALL       Tue Mar 23 23:02:14 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.17 1999/03/10 13:35:33 jonb Exp $
+#      $NetBSD: INSTALL,v 1.18 1999/03/23 23:02:14 jonb Exp $
 #
 # INSTALL -- install kernel
 #
@@ -7,7 +7,7 @@
 include        "arch/pc532/conf/std.pc532"
 
 # don't inline, save space
-#makeoptions   COPTS+="-O1"
+makeoptions    COPTS="-Os -msb"
 
 # Enable the hooks used for initializing the root memory-disk.
 options        MEMORY_DISK_HOOKS



Home | Main Index | Thread Index | Old Index