1
0
Fork 0
forked from len0rd/rockbox

stricter compiler checks to warn more

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@249 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-04-26 08:57:13 +00:00
parent 20c239dd11
commit 31c271ff63

View file

@ -1,7 +1,7 @@
TARGET = id3test
OBJS = id3.o
CFLAGS = -g -DDEBUG_STANDALONE -c -o
CFLAGS = -g -W -Wall -DDEBUG_STANDALONE -c -o
$(TARGET) : $(OBJS)
$(CC) -o $(TARGET) $(OBJS)