Set libtommath build to release with debug info
This commit is contained in:
parent
fc2194bbcb
commit
53af145b93
@ -1,5 +1,5 @@
|
||||
cd tommath/build
|
||||
cmake .. -DCMAKE_CXX_FLAGS="${CXX_FLAGS}" -DCMAKE_C_FLAGS="${C_FLAGS}" ${CMAKE_OPTIONS}
|
||||
cmake .. -DCMAKE_CXX_FLAGS="${CXX_FLAGS}" -DCMAKE_C_FLAGS="${C_FLAGS}" -DCMAKE_BUILD_TYPE=RelWithDebInfo ${CMAKE_OPTIONS}
|
||||
make ${CMAKE_MAKE_OPTIONS}
|
||||
sudo make install
|
||||
cd ../../tomcrypt/
|
||||
|
Loading…
Reference in New Issue
Block a user