mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
commit
e017f3401d
6
makefile
6
makefile
@ -1054,15 +1054,9 @@ ifeq ($(mode),stress-major)
|
|||||||
endif
|
endif
|
||||||
ifeq ($(mode),fast)
|
ifeq ($(mode),fast)
|
||||||
optimization-cflags = $(cflags_fast) -DNDEBUG
|
optimization-cflags = $(cflags_fast) -DNDEBUG
|
||||||
ifeq ($(use-lto),)
|
|
||||||
use-lto = true
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
ifeq ($(mode),small)
|
ifeq ($(mode),small)
|
||||||
optimization-cflags = $(cflags_small) -DNDEBUG
|
optimization-cflags = $(cflags_small) -DNDEBUG
|
||||||
ifeq ($(use-lto),)
|
|
||||||
use-lto = true
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(use-lto),true)
|
ifeq ($(use-lto),true)
|
||||||
|
Loading…
Reference in New Issue
Block a user