mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 08:12:37 +01:00
configure: Ensure $CCASFLAGS don't default to -O2 -g.
This commit is contained in:
parent
035ef8319f
commit
1a78a3fc8d
1 changed files with 1 additions and 0 deletions
|
@ -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++])
|
||||
|
|
Loading…
Reference in a new issue