Skip to content

Commit 21ac341

Browse files
timfelansalond
authored andcommitted
Unconfuse make -q
(cherry picked from commit 247c17e)
1 parent d761a02 commit 21ac341

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.cext

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ endif
9898

9999
# compile_flags.txt is useful with clangd as language server
100100
compile_flags.txt: Makefile
101-
$(QUIETLY) rm -f $@
101+
$(QUIETLY) $(file > $@,-O1)
102102
$(QUIETLY) $(foreach var,$(WARNINGS),$(file >> $@,$(var)))
103103
$(QUIETLY) $(foreach var,$(INCLUDES),$(file >> $@,$(var)))

0 commit comments

Comments
 (0)