+ build_gcc_linux_stl_parallel
This commit is contained in:
parent
ceeee7c41e
commit
bfc1d153eb
1 changed files with 7 additions and 0 deletions
7
eo/build_gcc_linux_stl_parallel
Executable file
7
eo/build_gcc_linux_stl_parallel
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
mkdir -p release
|
||||
cd release
|
||||
cmake -D_GLIBCXX_PARALLEL=1 ..
|
||||
make
|
||||
cd ..
|
||||
Reference in a new issue