mirror of
https://github.com/corda/corda.git
synced 2025-01-30 08:04:16 +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)
|
ifeq ($(mode),debug)
|
||||||
cflags += -O0 -g3
|
cflags += -O0 -g3
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(mode),debug-fast)
|
||||||
|
cflags += -O0 -g3 -DNDEBUG
|
||||||
|
endif
|
||||||
ifeq ($(mode),stress)
|
ifeq ($(mode),stress)
|
||||||
cflags += -O0 -g3 -DVM_STRESS
|
cflags += -O0 -g3 -DVM_STRESS
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user