This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 97730f377f75b7afdb5ab472df2a85aa7a7eb50a (commit) from a206017de697d0bd41545b300669138d5d5533ff (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 97730f377f75b7afdb5ab472df2a85aa7a7eb50a Author: Raymond Toy toy.raymond@gmail.com Date: Thu Aug 21 20:43:00 2014 -0700
Add -fno-omit-frame-pointer; we want the frame pointer to make it easier for lisp to parse foreign calls for debugging.
diff --git a/src/lisp/Config.ppc_darwin b/src/lisp/Config.ppc_darwin index 4289510..4f06648 100644 --- a/src/lisp/Config.ppc_darwin +++ b/src/lisp/Config.ppc_darwin @@ -34,7 +34,7 @@ ifdef FEATURE_UNICODE UNICODE = -DUNICODE endif
-CFLAGS = $(OSX_VERSION) -g -O3 -ffp-contract=off -DDARWIN -Dppc $(LINKAGE) $(GENCGC) $(UNICODE) +CFLAGS = $(OSX_VERSION) -g -O3 -ffp-contract=off -fno-omit-frame-pointer -DDARWIN -Dppc $(LINKAGE) $(GENCGC) $(UNICODE) ASFLAGS = $(OSX_VERSION) -traditional -g -O3 -DDARWIN -Dppc $(LINKAGE) $(GENCGC)
UNDEFSYMPATTERN = -Xlinker -u -Xlinker &
-----------------------------------------------------------------------
Summary of changes: src/lisp/Config.ppc_darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive