Files
keystone-engine-keystone/make-lib.sh
T
Nguyen Anh Quynh 9f1a353f68 import
2016-04-28 21:06:49 +08:00

6 lines
146 B
Bash
Executable File

#!/bin/sh
rm -rf *; cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DLLVM_TARGETS_TO_BUILD="all" -G "Unix Makefiles" ..
time make -j8