Explorar o código

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

Nicolas Cannasse %!s(int64=5) %!d(string=hai) anos
pai
achega
124656a3b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -80,7 +80,7 @@ RELEASE_NAME = osx
 else
 
 # 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
 
 ifeq ($(MARCH),32)