Skip to content

Commit e625ac5

Browse files
committed
[GR-14975] Unconfuse make -q
PullRequest: graalpython/474
2 parents 41cd44b + 247c17e commit e625ac5

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)