Skip to content

Commit 31e02e2

Browse files
kinkeveelo
authored andcommitted
Remove deprecated -check-printf-calls dflag for LDC
It's deprecated since LDC v1.31, as `pragma(printf)` (used by core.stdc.stdio) is much better and supported by all compilers. Additionally, I haven't found a single printf occurrence in this repo here.
1 parent d5d27f0 commit 31e02e2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dub.json

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"importPaths": ["."],
1919
"dflags": ["-ignore"],
2020
"dflags-gdc": ["-ggdb"],
21-
"dflags-ldc": ["-check-printf-calls"],
2221
"configurations": [
2322
{
2423
"name": "default"

wscript

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def configure(conf):
6262
add_option('-wi')
6363
add_option('-ignore')
6464
add_option('-property')
65-
add_option('-check-printf-calls')
6665
add_option('-g')
6766

6867
if conf.options.mode == 'debug':

0 commit comments

Comments
 (0)