mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
-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:
parent
68942f23dd
commit
6b44b1a3fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue