Skip to content

Commit

Permalink
verbose buil for swagger curl lib ref skycoin#51
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Denis committed May 24, 2019
1 parent 14e252a commit 80472b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/curl/install_lib_curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ cd build
#echo "brew ls --verbose curl"
#brew ls --verbose curl
# for normal install use following command
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ ..
cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_VERBOSE_MAKEFILE=ON ..
grep -R object_convertToJSON ../../
make
sudo make install

Expand Down

0 comments on commit 80472b1

Please sign in to comment.