MacOS: do not build in universal format by default

This commit is contained in:
Nguyen Anh Quynh
2018-07-28 00:19:49 +08:00
committed by GitHub
parent 58e1f03f12
commit 1cb45fab51

View File

@ -71,8 +71,8 @@ UNICORN_CFLAGS += -fPIC
# Verbose output?
V ?= 0
# on MacOS, compile in Universal format by default
MACOS_UNIVERSAL ?= yes
# on MacOS, by default do not compile in Universal format
MACOS_UNIVERSAL ?= no
ifeq ($(UNICORN_DEBUG),yes)
CFLAGS += -g