From 6b46ea08e710e2a119a0d77f0b6d7623372ebd12 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Sat, 31 Mar 2001 15:46:08 +0000 Subject: [PATCH] Go back to stripping only debug syms, not everything, from ntoskrnl because the boot loader doesn't correctly process the image and create a BSS, so the BSS overwrites the debug info if it is there, or the first driver loaded if it is not. svn path=/trunk/; revision=1756 --- reactos/ntoskrnl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/Makefile b/reactos/ntoskrnl/Makefile index 17d71d0e1be..c2b064a9a1b 100644 --- a/reactos/ntoskrnl/Makefile +++ b/reactos/ntoskrnl/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 2001/03/29 17:24:43 dwelch Exp $ +# $Id: Makefile,v 1.28 2001/03/31 15:46:08 phreak Exp $ # # ReactOS Operating System # @@ -521,7 +521,7 @@ $(TARGETNAME).exe: $(TARGETNAME).o $(TARGETNAME).a --kill-at - $(RM) base.tmp $(CC) \ - -Wl,-T,ntoskrnl.lnk -Wl,-s\ + -Wl,-T,ntoskrnl.lnk -Wl,-S\ -nostartfiles -nostdlib \ -mdll \ -o $(TARGETNAME).exe \