Added Google-Perftools linker flags to jamroot.jam

git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@86 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
Javier Arribas 2011-12-20 11:04:51 +00:00
parent 8fd6b662b7
commit 268d463836
1 changed files with 4 additions and 6 deletions

View File

@ -13,12 +13,10 @@ lib armadillo ;
project : requirements
<define>OMNITHREAD_POSIX
<cxxflags>"-std=c++0x"
<linkflags>"-larmadillo -lboost_thread -llapack -lblas"
#<cxxflags>"-std=c++0x `pkg-config --cflags itpp`"
#<linkflags>"`pkg-config --libs itpp`"
# <include>src/utils
# <include>src/utils/INIReader
<cxxflags>"-std=c++0x -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free"
<linkflags>"-larmadillo -lboost_thread -llapack -lblas -lprofiler -ltcmalloc"
<include>src/algorithms/acquisition/adapters
<include>src/algorithms/acquisition/gnuradio_blocks
<include>src/algorithms/channel/adapters