Skip to content

Commit

Permalink
ubuntu build script: build knet with debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
erno committed Apr 12, 2011
1 parent 1034522 commit 83391f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build-ubuntu-deps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ else
cd knet
sed -e "s/USE_TINYXML TRUE/USE_TINYXML FALSE/" -e "s/kNet STATIC/kNet SHARED/" -e "s/#set(USE_QT/set(USE_QT/" < CMakeLists.txt > x
mv x CMakeLists.txt
cmake .
cmake . -DCMAKE_BUILD_TYPE=Debug
make -j $nprocs
cp lib/libkNet.so $prefix/lib/
rsync -r include/* $prefix/include/
Expand Down

0 comments on commit 83391f1

Please sign in to comment.