mirror of
https://github.com/corda/corda.git
synced 2025-04-14 14:37:22 +00:00
specify -DNDEBUG cflag in debug mode to improve performance when debugging large apps
This commit is contained in:
parent
115622f54a
commit
3570beaba9
2
makefile
2
makefile
@ -105,7 +105,7 @@ ifeq ($(platform),windows)
|
||||
endif
|
||||
|
||||
ifeq ($(mode),debug)
|
||||
cflags += -O0 -g3
|
||||
cflags += -O0 -g3 -DNDEBUG
|
||||
endif
|
||||
ifeq ($(mode),stress)
|
||||
cflags += -O0 -g3 -DVM_STRESS
|
||||
|
Loading…
x
Reference in New Issue
Block a user