Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit f42acef

Browse files
committed
Add missing -dip1000 flag to test-suite DFLAGs
1 parent d19ba06 commit f42acef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ifneq (default,$(MODEL))
1818
MODEL_FLAG:=-m$(MODEL)
1919
endif
2020
CFLAGS:=$(MODEL_FLAG) -Wall
21-
DFLAGS:=$(MODEL_FLAG) -w -I../../src -I../../import -I$(SRC) -defaultlib= -debuglib=
21+
DFLAGS:=$(MODEL_FLAG) -w -I../../src -I../../import -I$(SRC) -defaultlib= -debuglib= -dip1000
2222
# LINK_SHARED may be set by importing makefile
2323
DFLAGS+=$(if $(LINK_SHARED),-L$(DRUNTIMESO),-L$(DRUNTIME))
2424
ifeq ($(BUILD),debug)

0 commit comments

Comments
 (0)