Files
keystone-engine-keystone/make-share.sh
T
2016-04-28 20:07:46 -07:00

5 lines
138 B
Bash
Executable File

#!/bin/sh -xe
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD="all" -G "Unix Makefiles" ..
time make -j8