chore: use gcc -pipe to speed up the build

This commit is contained in:
Stéphane Lesimple
2020-09-03 22:38:12 +02:00
parent 0724a34af8
commit 7ee35f1d0a
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ messages.pot: \$(CFILES)
@cd ..; xgettext --no-wrap -cTRANSLATORS: -o locale/messages.pot -k_ -k_utf \$(CFILES_NP)
clean:
rm -f messages.pot
@rm -f messages.pot
EOF