mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 15:00:33 +00:00
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:
parent
8fd6b662b7
commit
268d463836
10
jamroot.jam
10
jamroot.jam
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user