Skip to content
Snippets Groups Projects
Commit 81ebae1c authored by Raymond Toy's avatar Raymond Toy
Browse files

Add -fno-omit-frame-pointer; we want the frame pointer to make it

easier for lisp to parse foreign calls for debugging.
parent 86790380
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment