diff options
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | bruiser/autogen/wasm/ft/makefile | 2 | ||||
-rw-r--r-- | bruiser/autogen/wasm/ltg/makefile | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index f7543c5..88aabf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,6 @@ before_script: - python3-config --includes - python3-config --ldflags - llvm-config-5.0 --has-rtti - - (cd bruiser && bash ./tablegen.sh) script: - make PY_CONF=python3.5-config CXX=clang-5.0 LLVM_CONF=llvm-config-5.0 BUILD_MODE=COV_NO_CLANG CC=clang-5.0 -j2 diff --git a/bruiser/autogen/wasm/ft/makefile b/bruiser/autogen/wasm/ft/makefile index d67c45b..b02dcfc 100644 --- a/bruiser/autogen/wasm/ft/makefile +++ b/bruiser/autogen/wasm/ft/makefile @@ -53,7 +53,7 @@ LD_FLAGS+=$(EXTRA_LD_FLAGS) .PHONY:all clean help ASM SO TAGS -all:$(TARGET) $(TARGET)-dbg +all:A ADBG everything:$(TARGET) A ASM SO $(TARGET)-static $(TARGET)-dbg TAGS $(TARGET)-cov diff --git a/bruiser/autogen/wasm/ltg/makefile b/bruiser/autogen/wasm/ltg/makefile index 58152ab..e21fdaf 100644 --- a/bruiser/autogen/wasm/ltg/makefile +++ b/bruiser/autogen/wasm/ltg/makefile @@ -56,7 +56,7 @@ LD_FLAGS+=$(EXTRA_LD_FLAGS) .PHONY:all clean help ASM SO TAGS -all:$(TARGET) +all: A ADBG everything:$(TARGET) A ASM SO $(TARGET)-static $(TARGET)-dbg TAGS $(TARGET)-cov |