Removed "-Wno-deprecated" from COMPILE_FLAGS
This feature is new to GCC 4.4, while OpenBSD uses 4.2.1
This commit is contained in:
parent
b8d827ed59
commit
aad11804a9
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ CFLAGS=@CFLAGS@
|
|||
LDFLAGS=@LDFLAGS@
|
||||
CPPFLAGS=@CPPFLAGS@
|
||||
DEFS=@DEFS@
|
||||
COMPILE_FLAGS=${CFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -Wno-deprecated -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
|
||||
COMPILE_FLAGS=${CFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Werror -fno-strict-aliasing -fno-omit-frame-pointer -ggdb
|
||||
|
||||
EXTRA_LIBS=@LIBS@ @EXTRA_LIBS@
|
||||
LOCAL_LDFLAGS=-rdynamic -ggdb ${EXTRA_LIBS}
|
||||
|
|
Loading…
Add table
Reference in a new issue