add some comments
[makneto-zunavac1.git] / test.sh
blob54e788d459c4d5a3a038cceb1c3284379d6c0999
1 #!/bin/bash
3 rm -rf mybuild
4 mkdir mybuild
5 cd mybuild
6 # export QMAKESPEC=linux-g++
7 #cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_CXX_FLAGS=-pg ..
8 cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=/usr/ ..
9 make -j 4
10 #make
11 ## for proffiling: we need huge stack for QtWebKit...
12 # valgrind --main-stacksize=2000000000 --tool=callgrind ./src/ui-mobile/makneto-mobile
13 # kcachegrind callgrind.out.*