SHA256
1
0
forked from pool/ninvaders
Files
ninvaders/ninvaders-obey-cflags.patch

12 lines
229 B
Diff

diff --git a/Makefile b/Makefile
index d815e2f..c68eeeb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=gcc
-CFLAGS=-O3 -Wall
+CFLAGS+=-Wall
LIBS=-lncurses
CFILES=globals.c view.c aliens.c ufo.c player.c nInvaders.c