Mercurial > hgrepos > Python2 > PyMuPDF
comparison Makefile.freebsd @ 32:72c1b70d4f5c
Also apply -Werror=implicit-function-declaration
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 21 Sep 2025 15:10:12 +0200 |
| parents | baeb8bdeff3a |
| children | c4daa0c83d64 |
comparison
equal
deleted
inserted
replaced
| 31:baeb8bdeff3a | 32:72c1b70d4f5c |
|---|---|
| 58 # -fno-delete-null-pointer-checks | 58 # -fno-delete-null-pointer-checks |
| 59 # | 59 # |
| 60 # Should always be done when fortifying: | 60 # Should always be done when fortifying: |
| 61 # https://github.com/ossf/wg-best-practices-os-developers/issues/659 | 61 # https://github.com/ossf/wg-best-practices-os-developers/issues/659 |
| 62 # | 62 # |
| 63 # -Werror=implicit-function-declaration | |
| 64 # | |
| 63 EXTRA_CHECKS?= 1 | 65 EXTRA_CHECKS?= 1 |
| 64 | 66 |
| 65 | 67 |
| 66 all: sdist wheel | 68 all: sdist wheel |
| 67 | 69 |
