Commit e9470ecf authored by Lionel Gauthier's avatar Lionel Gauthier

debug flags for freediameter

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5372 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a4834ac4
......@@ -101,6 +101,7 @@ cd freeDiameter-1.1.5
patch -p1 < $CURRENT_PATH/freediameter-1.1.5.patch > install_log.txt
mkdir build
cd build
# optionaly if needed add -DCMAKE_BUILD_TYPE=debug
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ../ > install_log.txt
if [ $? -ne 0 ]
then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment