1 parent 000eae1 commit 53e3770Copy full SHA for 53e3770
1 file changed
py/mkrules.mk
@@ -52,7 +52,7 @@ EMPTY_QSTRDEFS_GENERATED_H = $(BUILD)/tmp/genhdr/qstrdefs.generated.h
52
# List all native flags since the current build system doesn't have
53
# the micropython configuration available. However, these flags are
54
# needed to extract all qstrings
55
-QSTR_GEN_EXTRA_CFLAGS += -DN_X64 -DN_X86 -DN_THUMB -DN_ARM
+QSTR_GEN_EXTRA_CFLAGS += -P -DN_X64 -DN_X86 -DN_THUMB -DN_ARM
56
QSTR_GEN_EXTRA_CFLAGS += -I$(BUILD)/tmp
57
58
vpath %.c . $(TOP)
0 commit comments