2
0
Эх сурвалжийг харах

don't omit frame pointers - should ensure correct stack traces on jit code linux

Nicolas Cannasse 5 жил өмнө
parent
commit
124656a3b8
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -80,7 +80,7 @@ RELEASE_NAME = osx
 else
 else
 
 
 # Linux
 # Linux
-CFLAGS += -m$(MARCH) -fPIC -pthread
+CFLAGS += -m$(MARCH) -fPIC -pthread -fno-omit-frame-pointer
 LFLAGS += -lm -Wl,-rpath,. -Wl,--export-dynamic -Wl,--no-undefined
 LFLAGS += -lm -Wl,-rpath,. -Wl,--export-dynamic -Wl,--no-undefined
 
 
 ifeq ($(MARCH),32)
 ifeq ($(MARCH),32)