MacOS: do not build in universal format by default
This commit is contained in:
4
Makefile
4
Makefile
@ -71,8 +71,8 @@ UNICORN_CFLAGS += -fPIC
|
|||||||
# Verbose output?
|
# Verbose output?
|
||||||
V ?= 0
|
V ?= 0
|
||||||
|
|
||||||
# on MacOS, compile in Universal format by default
|
# on MacOS, by default do not compile in Universal format
|
||||||
MACOS_UNIVERSAL ?= yes
|
MACOS_UNIVERSAL ?= no
|
||||||
|
|
||||||
ifeq ($(UNICORN_DEBUG),yes)
|
ifeq ($(UNICORN_DEBUG),yes)
|
||||||
CFLAGS += -g
|
CFLAGS += -g
|
||||||
|
Reference in New Issue
Block a user