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:
parent
0999fd565d
commit
c8dd5cb5e6
2 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue