Skip to content
Snippets Groups Projects
Commit cd751b7c authored by Ondrej Vysocky's avatar Ondrej Vysocky
Browse files

ENH: updated compilation script

parent 3988a3c7
No related branches found
No related tags found
No related merge requests found
ml icc CMake
ml intel CMake
mkdir -p build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc
make
cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment