Skip to content

Commit 3fe12df

Browse files
committed
Make 'cl' give better warning or
error-messages.
1 parent a33db2f commit 3fe12df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.Windows

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ ifeq ($(CC),clang-cl)
165165
RCFLAGS += -D__clang__
166166
gen_data_arg = -c
167167
else
168+
CFLAGS += -diagnostics:caret
168169
RCFLAGS += -D_MSC_VER
169170
gen_data_arg =
170171
endif

0 commit comments

Comments
 (0)