From 90f0598181249f0df9823922e48bd2ac9cf3c537 Mon Sep 17 00:00:00 2001 From: Richo Healey <richo@psych0tik.net> Date: Thu, 28 Apr 2016 20:07:46 -0700 Subject: [PATCH] Show what the make scripts are doing, fail quickly --- make-lib.sh | 2 +- make-share.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make-lib.sh b/make-lib.sh index d4f27e6..200cef4 100755 --- a/make-lib.sh +++ b/make-lib.sh @@ -1,4 +1,4 @@ -#!/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 diff --git a/make-share.sh b/make-share.sh index 1cb6b58..a2358a0 100755 --- a/make-share.sh +++ b/make-share.sh @@ -1,4 +1,4 @@ -#!/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 -- GitLab