Skip to content

Commit 247c17e

Browse files
committed
Unconfuse make -q
1 parent 41cd44b commit 247c17e

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)