b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/Makefile |
| 2 | +++ b/Makefile |
| 3 | @@ -13,7 +13,7 @@ oldmandir = $(manprefix)/man |
| 4 | CC ?= gcc |
| 5 | STRIP ?= strip |
| 6 | |
| 7 | -CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS) |
| 8 | +CFLAGS ?= -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS) |
| 9 | |
| 10 | INSTALL = install |
| 11 | INSTALL_DATA = $(INSTALL) -m 644 |