mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
specify -fno-omit-frame-pointer to ease debugging and profiling
This commit is contained in:
parent
e98da8440e
commit
15ea90cd0c
2
makefile
2
makefile
@ -56,7 +56,7 @@ rdynamic = -rdynamic
|
||||
warnings = -Wall -Wextra -Werror -Wunused-parameter -Winit-self \
|
||||
-Wno-non-virtual-dtor
|
||||
|
||||
common-cflags = $(warnings) -fno-rtti -fno-exceptions \
|
||||
common-cflags = $(warnings) -fno-rtti -fno-exceptions -fno-omit-frame-pointer \
|
||||
"-I$(JAVA_HOME)/include" -idirafter $(src) -I$(native-build) \
|
||||
-D__STDC_LIMIT_MACROS -D_JNI_IMPLEMENTATION_ -DAVIAN_VERSION=\"$(version)\" \
|
||||
-DBOOT_CLASSPATH=\"[classpathJar]\"
|
||||
|
Loading…
Reference in New Issue
Block a user