6 lines
234 B
Bash
Executable File
6 lines
234 B
Bash
Executable File
# git clone https://github.com/facebook/zstd.git
|
|
# cd zstd
|
|
# exit
|
|
# make -j$(nproc) CXXFLAGS="-DZSTD_MULTITHREAD_SUPPORT -DZSTD_MULTITHREAD"
|
|
g++ ccc.cpp -o ccc -ltree-sitter -ltree-sitter-c -lzstd -lxxhash -llzma -Ofast -march=native
|