forked from Imagelibrary/rtems
added -Wno-unused to debug flags
This commit is contained in:
@@ -81,7 +81,7 @@ CFLAGS_DEFAULT = $(CPU_CFLAGS) -Wall -ansi -fasm
|
||||
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
|
||||
|
||||
# debug flag; typically -g
|
||||
CFLAGS_DEBUG_V=-g
|
||||
CFLAGS_DEBUG_V=-g -Wno-unused
|
||||
|
||||
# when debugging, optimize flag: typically empty
|
||||
# some compilers do allow optimization with their "-g"
|
||||
|
||||
Reference in New Issue
Block a user