Makefile updates:

Turn on optimization
Remove some redundancy in FLAGS
This commit is contained in:
Arun Thomas
2010-06-11 16:05:36 +00:00
parent 19b790eb53
commit 1b2c01db1b
20 changed files with 14 additions and 30 deletions

View File

@@ -10,6 +10,4 @@ MAN=
BINDIR?= /usr/sbin
INSTALLFLAGS+= -S 64k
CPPFLAGS+= -O -D_MINIX -D_POSIX_SOURCE
.include <minix.prog.mk>