star-build

Automation tool for project installation
git clone git://git.meso-star.fr/star-build.git
Log | Files | Refs | README | LICENSE

commit b213e13ee39d0636a542bb1fb4780a8834c42976
parent b22893ff824e73ab05bd86930f018b45853afdab
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Sun, 21 May 2023 13:59:03 +0200

Generate and install a profile for the sgs build

Add also the "BUILD_TYPE=RELEASE" when building star-sp and star-mc.

Diffstat:
M.gitignore | 1+
Msgs.sh | 3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,6 +3,7 @@ *.swp *.tgz *_dir +*.profile .prefix build.mk local diff --git a/sgs.sh b/sgs.sh @@ -39,12 +39,14 @@ name="star-sp" url="$\(REPO\)/star-sp.git" tag="origin/feature_posix_make" dep="random123 rsys" +opt="BUILD_TYPE=RELEASE" git_repo name="star-mc" url="$\(REPO\)/star-mc.git" tag="origin/feature_posix_make" dep="star-sp rsys" +opt="BUILD_TYPE=RELEASE" git_repo ################################################################################ @@ -62,3 +64,4 @@ bin_spkg # Setup the build ################################################################################ build star-3d star-mc +profile sgs.profile