We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d761a02 commit 21ac341Copy full SHA for 21ac341
graalpython/com.oracle.graal.python.cext/Makefile
@@ -98,6 +98,6 @@ endif
98
99
# compile_flags.txt is useful with clangd as language server
100
compile_flags.txt: Makefile
101
- $(QUIETLY) rm -f $@
+ $(QUIETLY) $(file > $@,-O1)
102
$(QUIETLY) $(foreach var,$(WARNINGS),$(file >> $@,$(var)))
103
$(QUIETLY) $(foreach var,$(INCLUDES),$(file >> $@,$(var)))
0 commit comments