summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-04 03:42:36 +0000
committermsmith <msmith@FreeBSD.org>1998-11-04 03:42:36 +0000
commit41affade8bfc58dbc7225c6433b3fbf7ed8b6d05 (patch)
tree0a0c1dfea9611e07c7013c7e3997d0b2fea80b44 /sys/boot/i386
parent4797b6fa60000ab790f3f53f1ed988f9cd74299f (diff)
downloadFreeBSD-src-41affade8bfc58dbc7225c6433b3fbf7ed8b6d05.zip
FreeBSD-src-41affade8bfc58dbc7225c6433b3fbf7ed8b6d05.tar.gz
Turn off -g accidentally left in from testing.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/loader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index bf418a1..0452885 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1998/11/04 00:30:47 msmith Exp $
+# $Id: Makefile,v 1.17 1998/11/04 02:36:18 jkh Exp $
BASE= loader
PROG= ${BASE}
@@ -61,8 +61,8 @@ CFLAGS+= -elf
CFLAGS+= -DNEW_LINKER_SET
# Debug me!
-CFLAGS+= -g
-LDFLAGS+= -g
+#CFLAGS+= -g
+#LDFLAGS+= -g
vers.o:
sh ${.CURDIR}/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
OpenPOWER on IntegriCloud