c/src/Makefile: Remove `-Wall`, `-Werror` and `-Wextra` from `LDFLAGS`
commit7859bd938ca843389edc85933c5e65c7f4cad0e5
authorØyvind A. Holm <sunny@sunbase.org>
Tue, 8 Oct 2024 06:03:10 +0000 (8 08:03 +0200)
committerØyvind A. Holm <sunny@sunbase.org>
Tue, 8 Oct 2024 20:58:28 +0000 (8 22:58 +0200)
treef6784cae4a7aa3328e3d1c4bb64e2326bab5918e
parentadd57882fbea7d65d443a4d532cae3a05b9e592a
c/src/Makefile: Remove `-Wall`, `-Werror` and `-Wextra` from `LDFLAGS`

`-Wall` has been there more for than 26 years, and the other two were
added in commit `bd53da54f3bf` ("Lib/std/c/Makefile: LDFLAGS: Add
-Wextra -Werror", 2017-12-19).

65c48976-85b9-11ef-a0c4-83850402c3ce
Lib/std/c/src/Makefile