disable unconditional -Wno-pointer-sign
ok beck@
This commit is contained in:
parent
058914fea2
commit
6017202b77
@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
AC_SUBST([USER_CFLAGS], "-O2 $CFLAGS")
|
AC_SUBST([USER_CFLAGS], "-O2 $CFLAGS")
|
||||||
CFLAGS="$CFLAGS -Wall -std=c99 -g -Wno-pointer-sign"
|
CFLAGS="$CFLAGS -Wall -std=c99 -g"
|
||||||
|
|
||||||
case $target_os in
|
case $target_os in
|
||||||
*darwin*)
|
*darwin*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user