[robots - The game; Fight against maniac robots] branch master, updated. 779836d9d42ce8d6670647d8dd510b7644842ff8
Corinna Vinschen
corinna@sourceware.org
Tue Feb 7 19:14:47 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/robots.git;h=779836d9d42ce8d6670647d8dd510b7644842ff8
commit 779836d9d42ce8d6670647d8dd510b7644842ff8
Author: Corinna Vinschen <vinschen@redhat.com>
Date: Tue Feb 7 20:11:10 2023 +0100
drop cygport CFLAGS from Makefile
Diff:
---
Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index dda9c3da9d36..5d8f96274216 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,7 @@ LIBS = -lncurses
# -DALLSCORES don't take a user only once per highscore
OPTIONS = -DALLSCORES
CPPFLAGS= -I/usr/include/ncurses
-CFLAGS += $(IFDEF) $(OPTIONS) -DSCOREDIR='"$(scoredir)"' -g -O2 -pipe
-CFLAGS += -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4
+CFLAGS += $(IFDEF) $(OPTIONS) -DSCOREDIR='"$(scoredir)"'
# Suffix of executables. ".exe" on Windows based systems
EXEEXT = .exe
More information about the Cygwin-apps-cvs
mailing list