added comment

This commit is contained in:
skarg
2005-04-14 18:20:46 +00:00
parent fe5b2f86e7
commit 762397858b
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -3,7 +3,9 @@ CC = gcc
BASEDIR = .
#CFLAGS = -Wall -I.
# -g for debugging with gdb
#CFLAGS = -Wall -I. -g
#CFLAGS = -Wall -I. -O2 -g
# Note: you can strip out symbols using the strip command
# to get an idea of how big the compile really is.
CFLAGS = -Wall -I. -g
SRCS = ports/linux/main.c \