diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-03-31 02:53:49 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-03-31 02:53:49 +0000 |
commit | 173ca87ff276e5c2b7f182890fa4a0dc80ece156 (patch) | |
tree | 5230102dbd1cb87cb81020b19e4c1dc9988640de /sys/arch/amd64/conf/Makefile.amd64 | |
parent | 1fb6ba8d217a278d995a3169f6b8413ee5bb0b8a (diff) |
go back to the old trace code, but add -fno-omit-frame-pointer so it works.
makes trace output more reasonable. ok andreas
Diffstat (limited to 'sys/arch/amd64/conf/Makefile.amd64')
-rw-r--r-- | sys/arch/amd64/conf/Makefile.amd64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index eb831850458..4aa6ecdb196 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.6 2004/11/19 06:41:13 miod Exp $ +# $OpenBSD: Makefile.amd64,v 1.7 2005/03/31 02:53:48 tedu Exp $ # Makefile for OpenBSD # @@ -40,7 +40,7 @@ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ CMACHFLAGS+= -mcmodel=kernel -mno-red-zone -fno-strict-aliasing \ -mno-sse2 -mno-sse -mno-3dnow -mno-mmx -msoft-float \ - -fno-builtin-printf -fno-builtin-log + -fno-builtin-printf -fno-builtin-log -fno-omit-frame-pointer .if ${IDENT:M-DNO_PROPOLICE} CMACHFLAGS+= -fno-stack-protector .endif |