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:
parent
20c239dd11
commit
31c271ff63
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
TARGET = id3test
|
TARGET = id3test
|
||||||
|
|
||||||
OBJS = id3.o
|
OBJS = id3.o
|
||||||
CFLAGS = -g -DDEBUG_STANDALONE -c -o
|
CFLAGS = -g -W -Wall -DDEBUG_STANDALONE -c -o
|
||||||
|
|
||||||
$(TARGET) : $(OBJS)
|
$(TARGET) : $(OBJS)
|
||||||
$(CC) -o $(TARGET) $(OBJS)
|
$(CC) -o $(TARGET) $(OBJS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue