-fomit-frame-pointer is becomming an increasingly popular optimization,

so before somebody screws up royally, make sure this always works by
adding a -fno-omit-frame-pointer here.
This commit is contained in:
Poul-Henning Kamp 1995-10-20 20:05:15 +00:00
parent 68942f23dd
commit 6b44b1a3fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11592

View File

@ -1,7 +1,7 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
# $Id: Makefile,v 1.18 1995/08/06 12:37:20 bde Exp $
# $Id: Makefile,v 1.19 1995/10/18 04:19:00 davidg Exp $
CFLAGS+= -DLIBC_SCCS
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= scrt0.o crt0.o gcrt0.o c++rt0.o
CLEANFILES+= a.out
MAN3+= dlopen.3