Changelog: https://git.vuxu.org/nitro/tree/NEWS.md?h=v0.3 PR: 289206 Reported by: Jesse Smith <jsmith@resonatingmedia.com> (maintainer)
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
--- Makefile.orig 2025-09-01 16:57:47 UTC
|
|
+++ Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-CFLAGS=-Os -Wall -Wno-unused-parameter -Wextra -Wwrite-strings
|
|
+CFLAGS+=-Wall -Wno-unused-parameter -Wextra -Wwrite-strings
|
|
|
|
ALL=nitro nitroctl
|
|
|