mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
Closes: https://bugs.gentoo.org/784938 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
9 lines
162 B
Diff
9 lines
162 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-CFLAGS=-O -Wuninitialized -Werror
|
|
+CFLAGS+=-Wuninitialized
|
|
|
|
all: example-codelock example-buffer example-small
|
|
|