]> Kevux Git Server - fll/commit
Feature: Add support for 'stand_alone' builds in the package script.
authorKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 00:24:32 +0000 (19:24 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 7 Aug 2022 01:09:33 +0000 (20:09 -0500)
commit64eac7d2986b762a060f654e3c02bc16ccf05f19
tree991f4398d9d6feb148e274cdb47bb9e154367aac
parent2d796689266a68d079372cf86591ef05709e1480
Feature: Add support for 'stand_alone' builds in the package script.

Provide a way to compile programs, such as Featureless Make, with all of their dependencies and most (if not all) of the unnecessary dependencies not part of the programs.
These programs, such as the Featureless Make program, are compiled as a single program with no libfll.so (or program library such as libfake.so) built.

These are still compiled as either shared or static.
All non-FLL libraries in the shared programs are still linked as libraries.

This is a feature in the helper script and does not result in any API (or ABI) breakage.
build/scripts/package.sh