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
|
||||
|
|
|
@ -62,17 +62,16 @@ doxygen
|
|||
# Specific ignores
|
||||
kernel-test
|
||||
xsd-test
|
||||
parallel-test
|
||||
xml-test
|
||||
atom-test
|
||||
eval-test
|
||||
eval-shell
|
||||
json-test
|
||||
cache-test
|
||||
client-test
|
||||
mcache-test
|
||||
mcache-client-test
|
||||
curl-test
|
||||
scdl-test
|
||||
store-function-test
|
||||
store-object-test
|
||||
store-script-test
|
||||
|
||||
|
|
Loading…
Reference in a new issue