Build assembly files with debug info

This commit is contained in:
Anthony Green
2011-09-06 14:26:32 -04:00
parent fed646a207
commit 8c01954c50
7 changed files with 135 additions and 27 deletions

View File

@@ -190,7 +190,7 @@ endif
libffi_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(LTLDFLAGS) $(AM_LTLDFLAGS)
AM_CPPFLAGS = -I. -I$(top_srcdir)/include -Iinclude -I$(top_srcdir)/src
AM_CCASFLAGS = $(AM_CPPFLAGS)
AM_CCASFLAGS = $(AM_CPPFLAGS) -g
# No install-html or install-pdf support in automake yet
.PHONY: install-html install-pdf