MacOS: do not build in universal format by default

Backports commit 1cb45fab51aaddf480948bf28700c3ab129366b2 from unicorn
This commit is contained in:
Nguyen Anh Quynh 2018-09-03 07:59:13 -04:00 committed by Lioncash
parent d149648f2f
commit ca1c319c3d
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

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