fix UNICORN_DEBUG backward setting (issue #204)

This commit is contained in:
Nguyen Anh Quynh 2015-10-19 08:47:19 +08:00
parent 22ae47a9d0
commit bc96e221df

View File

@ -59,9 +59,9 @@ UNICORN_CFLAGS += -fPIC
V ?= 0
ifeq ($(UNICORN_DEBUG),yes)
CFLAGS += -O3
else
CFLAGS += -g
else
CFLAGS += -O3
endif
ifeq ($(CROSS),)