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

Commit 38d0f95

Browse files
authored
Merge pull request #1868 from Burgos/dip1000test
Add missing -dip1000 flag to test-suite DFLAGs merged-on-behalf-of: Martin Nowak <code@dawg.eu>
2 parents 1784e74 + f42acef commit 38d0f95

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)