fix cmake-x86.sh

This commit is contained in:
Nguyen Anh Quynh 2019-02-01 13:50:18 +08:00
parent 9ede5c1d12
commit 5cec47a9db
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# By Nguyen Anh Quynh, 2019
# Uncomment below line to compile in Diet mode
# cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_DIET=ON -DCAPSTONE_X86_ONLY=1 -G "NMake Makefiles" ..
# cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_DIET=ON -DCAPSTONE_X86_ONLY=1 ..
cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_X86_ONLY=1 ..