From: Michal Sojka Date: Wed, 29 Apr 2015 15:54:19 +0000 (+0200) Subject: Use debug build of library in the release package X-Git-Tag: eaton-0.4~1 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-test-sw.git/commitdiff_plain/a98debadec52a0db4fcbe6ccf76d2d48bbdbbb7a Use debug build of library in the release package This fixes error in release target of rpp-simulink. --- diff --git a/Makefile b/Makefile index c2d41f6..c48c425 100644 --- a/Makefile +++ b/Makefile @@ -75,4 +75,4 @@ $(RELEASE_BASENAME):: lib cp --parents $(RELEASE_LIB_GEN_FILES:%=rpp-lib/%) $@/ lib: - $(MAKE) -C rpp-lib/build/$(RELEASE_TARGET)/Release + $(MAKE) -C rpp-lib/build/$(RELEASE_TARGET)/Debug