mirror of
https://github.com/corda/corda.git
synced 2025-01-01 10:46:46 +00:00
superficial tweaks
This commit is contained in:
parent
3838cd0e68
commit
65a3ee4277
13
makefile
13
makefile
@ -8,8 +8,9 @@ ifeq ($(arch),i686)
|
||||
arch = i386
|
||||
endif
|
||||
|
||||
platform = $(shell uname -s)
|
||||
ifeq ($(platform),Darwin)
|
||||
platform = $(shell uname -s | tr [:upper:] [:lower:])
|
||||
|
||||
ifeq ($(platform),darwin)
|
||||
rdynamic =
|
||||
thread-cflags =
|
||||
shared = -dynamiclib
|
||||
@ -25,7 +26,7 @@ endif
|
||||
|
||||
mode = debug
|
||||
|
||||
bld = build/$(arch)/$(mode)
|
||||
bld = build/$(platform)/$(arch)/$(mode)
|
||||
cls = build/classes
|
||||
src = src
|
||||
classpath = classpath
|
||||
@ -62,9 +63,9 @@ ifeq ($(mode),stress-major)
|
||||
cflags += -O0 -g3 -DVM_STRESS -DVM_STRESS_MAJOR
|
||||
endif
|
||||
ifeq ($(mode),fast)
|
||||
cflags += -O3 -DNDEBUG
|
||||
strip = strip
|
||||
show-size = ls -l
|
||||
cflags += -g3 -O3 -DNDEBUG
|
||||
#strip = strip
|
||||
#show-size = ls -l
|
||||
endif
|
||||
|
||||
cpp-objects = $(foreach x,$(1),$(patsubst $(2)/%.cpp,$(bld)/%.o,$(x)))
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
#define ACQUIRE(x) MutexResource MAKE_NAME(mutexResource_) (x)
|
||||
|
||||
|
||||
#ifdef __i386__
|
||||
|
||||
extern "C" uint64_t
|
||||
|
Loading…
Reference in New Issue
Block a user