Skip to content

Commit 53e3770

Browse files
janbraiinsdpgeorge
authored andcommitted
py/mkrules.mk: Suppress line-no output from CPP for qstr auto-gen.
1 parent 000eae1 commit 53e3770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/mkrules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ EMPTY_QSTRDEFS_GENERATED_H = $(BUILD)/tmp/genhdr/qstrdefs.generated.h
5252
# List all native flags since the current build system doesn't have
5353
# the micropython configuration available. However, these flags are
5454
# needed to extract all qstrings
55-
QSTR_GEN_EXTRA_CFLAGS += -DN_X64 -DN_X86 -DN_THUMB -DN_ARM
55+
QSTR_GEN_EXTRA_CFLAGS += -P -DN_X64 -DN_X86 -DN_THUMB -DN_ARM
5656
QSTR_GEN_EXTRA_CFLAGS += -I$(BUILD)/tmp
5757

5858
vpath %.c . $(TOP)

0 commit comments

Comments
 (0)