Skip to content
Snippets Groups Projects
Commit 3f4c0334 authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

Merge pull request #4 from richo/richo-make-err

Show what the make scripts are doing, fail quickly
parents 69e83bc7 90f05981
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#!/bin/sh -ex
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DLLVM_TARGETS_TO_BUILD="all" -G "Unix Makefiles" ..
time make -j8
......
#!/bin/sh
#!/bin/sh -xe
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD="all" -G "Unix Makefiles" ..
time make -j8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment