allow inline asm

use default of -std=gnu99 for it to be recognized
This commit is contained in:
Brent Cook 2014-08-16 14:16:01 -05:00
parent 2d719eb3d7
commit 2cef68f3ed
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CPPFLAGS += -DOPENSSL_NO_ASM
AM_CPPFLAGS += -DHAVE_CRYPTODEV
AM_CPPFLAGS += -DLIBRESSL_INTERNAL

View File

@ -6,7 +6,7 @@ AC_CONFIG_MACRO_DIR([m4])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_SUBST([USER_CFLAGS], "-O2 $CFLAGS")
CFLAGS="$CFLAGS -Wall -std=c99 -g"
CFLAGS="$CFLAGS -Wall -std=gnu99 -g"
case $host_os in
*darwin*)