From ca1c319c3dd5491cb7447ea5d7b9fc63182f1213 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Mon, 3 Sep 2018 07:59:13 -0400 Subject: [PATCH] MacOS: do not build in universal format by default Backports commit 1cb45fab51aaddf480948bf28700c3ab129366b2 from unicorn --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6ca648cd..c1c5b1f9 100644 --- a/Makefile +++ b/Makefile @@ -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