diff options
author | bloodstalker <thabogre@gmail.com> | 2018-12-20 00:35:17 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-12-20 00:35:17 +0000 |
commit | 3e734d29081f703b0a5297b2ffb36b4a326b5aaa (patch) | |
tree | aacb0437c4c7032920021d4b880de25737697c5e /.travis.yml | |
parent | build uses pch now. kinda cool but our build time bottleneck seems to be linking (diff) | |
download | cgrep-3e734d29081f703b0a5297b2ffb36b4a326b5aaa.tar.gz cgrep-3e734d29081f703b0a5297b2ffb36b4a326b5aaa.zip |
update
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cc99edd..7830b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ before_script: - git submodule update script: - - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 -j2 + - make CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 |