From e11a0d7884c1d796e29592837046cf330c1d047a Mon Sep 17 00:00:00 2001 From: JinShil Date: Thu, 4 Apr 2019 19:58:26 +0900 Subject: [PATCH] Add -de to posix.mak --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index 99d57b2999..ca1ddb75fa 100644 --- a/posix.mak +++ b/posix.mak @@ -77,7 +77,7 @@ ifeq (solaris,$(OS)) endif # Set DFLAGS -UDFLAGS:=-conf= -Isrc -Iimport -w -dip1000 -preview=fieldwise $(MODEL_FLAG) $(PIC) $(OPTIONAL_COVERAGE) +UDFLAGS:=-conf= -Isrc -Iimport -w -de -dip1000 -preview=fieldwise $(MODEL_FLAG) $(PIC) $(OPTIONAL_COVERAGE) ifeq ($(BUILD),debug) UDFLAGS += -g -debug DFLAGS:=$(UDFLAGS)