mirror of
https://github.com/corda/corda.git
synced 2025-04-18 08:10:47 +00:00
add debug-fast compilation mode
This commit is contained in:
parent
d1ec7cd0e8
commit
48e532f8e9
3
makefile
3
makefile
@ -106,6 +106,9 @@ endif
|
||||
ifeq ($(mode),debug)
|
||||
cflags += -O0 -g3
|
||||
endif
|
||||
ifeq ($(mode),debug-fast)
|
||||
cflags += -O0 -g3 -DNDEBUG
|
||||
endif
|
||||
ifeq ($(mode),stress)
|
||||
cflags += -O0 -g3 -DVM_STRESS
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user