Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Disable cppcheck in release distro
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsa committed Mar 23, 2015
1 parent 7edf0a4 commit 526d7dd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions isaac_variant_caller/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,9 @@ $(SHARED_CXX_LIB) :
install: build
cp $(STARKA_PROGRAMS) $(BIN_DIR)

test: build cppcheck.done
test: build
$(MAKE) -C lib $@

cppcheck.done: $(STARKA_PROGRAMS)
@echo "Running cppcheck" && \
$(CURDIR)/run_cppcheck.bash

$(STARKA_PROGRAMS): LDLIBS += -lboost_program_options
$(STARKA_PROGRAMS): CC := $(CXX) # this fixes the linker to inlcude libc++

Expand Down

0 comments on commit 526d7dd

Please sign in to comment.