1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00
This commit is contained in:
Your Name 2021-04-24 01:25:17 +04:30
parent 9135ce4834
commit 0035eb5238

View File

@ -1,5 +1,6 @@
# -*- Makefile -*-
CFLAGS?= -O3 -lncurses -Wno-unused-result
CFLAGS+= -O3 -lncurses -Wno-unused-result
#-O3 --std=c99 -lcurses -DNO_MOUSE for NetBSD curses
#adding --std=c99 makes warnings in GNU, and the blame is upon glibc feature test macros. my code is correct.