Skip to content

Commit 00c74cd

Browse files
Disable debug dump in header generation without -debug=HEADER
1 parent 776b329 commit 00c74cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dmd/dtoh.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void genCppHdrFiles(ref Modules ms)
266266
#endif
267267
`);
268268

269-
debug buf.write(&check);
269+
debug(HEADER) buf.write(&check);
270270

271271
if (global.params.cxxhdrname is null)
272272
{

0 commit comments

Comments
 (0)