Updated svn and git ignores. Removed -pg build option from non-debug build config.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@893940 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2009-12-26 04:13:23 +00:00
commit c8dd5cb5e6
2 changed files with 3 additions and 4 deletions

View file

@ -176,7 +176,7 @@ if test "$want_maintainer_mode" = "true"; then
AC_SUBST([LDFLAGS], ["${LDFLAGS} -lpthread -pg"])
else
AC_SUBST([CXXFLAGS], [" -D_REENTRANT -O3 -std=c++0x -fmessage-length=0"])
AC_SUBST([LDFLAGS], ["${LDFLAGS} -lpthread -pg"])
AC_SUBST([LDFLAGS], ["${LDFLAGS} -lpthread"])
fi
# Configure exuberant ctags