0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-18 10:53:48 +02:00

configure: Ensure $CCASFLAGS don't default to -O2 -g.

This commit is contained in:
Jason Volk 2022-06-14 14:31:04 -07:00
parent 035ef8319f
commit 1a78a3fc8d

View file

@ -29,6 +29,7 @@ AC_PATH_PROG(TOUCH, touch)
AC_SUBST(CFLAGS, "-pipe $CFLAGS")
AC_SUBST(CXXFLAGS, "-pipe $CXXFLAGS")
AC_SUBST(CCASFLAGS, "$CCASFLAGS")
LT_INIT([dlopen shared disable-static])
LT_LANG([C++])