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

Commit 130f64e

Browse files
MoonlightSentineldlang-bot
authored andcommitted
Remove deprecated -preview=markdown flag
The preview is now enabled by default
1 parent 20a9f69 commit 130f64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ LINKDL=$(if $(findstring $(OS),linux),-L-ldl,)
6565

6666
MAKEFILE = $(firstword $(MAKEFILE_LIST))
6767

68-
DDOCFLAGS=-conf= -c -w -o- -Isrc -Iimport -version=CoreDdoc -preview=markdown
68+
DDOCFLAGS=-conf= -c -w -o- -Isrc -Iimport -version=CoreDdoc
6969

7070
# Set CFLAGS
7171
CFLAGS=$(MODEL_FLAG) -fPIC -DHAVE_UNISTD_H

0 commit comments

Comments
 (0)