[cmucl-commit] [git] CMU Common Lisp branch master updated. snapshot-2014-08-15-g81ebae1

Raymond Toy rtoy at common-lisp.net
Thu Aug 21 03:26:45 UTC 2014


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  81ebae1c1af846d41fd128703b2357e83736d90d (commit)
      from  86790380313712fb5ca6134427c381e40a71d233 (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 81ebae1c1af846d41fd128703b2357e83736d90d
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Wed Aug 20 20:26:35 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.x86_common b/src/lisp/Config.x86_common
index 1873f7d..ee06a1a 100644
--- a/src/lisp/Config.x86_common
+++ b/src/lisp/Config.x86_common
@@ -54,7 +54,7 @@ CPP_INCLUDE_OPTIONS := -I. -I$(PATH1) -I-
 endif
 
 CPPFLAGS := $(CPP_DEFINE_OPTIONS) $(CPP_INCLUDE_OPTIONS) 
-CFLAGS += -Wstrict-prototypes -Wall -O2 -g
+CFLAGS += -Wstrict-prototypes -Wall -O2 -g -fno-omit-frame-pointer
 ASFLAGS = -g 
 
 ASSEM_SRC = x86-assem.S

-----------------------------------------------------------------------

Summary of changes:
 src/lisp/Config.x86_common |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp


More information about the cmucl-commit mailing list