]> 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 00:24:32 +0000 (19:24 -0500)
commitf0532d21dd0215b716dc20013eade39de650f3ac
tree13841edc8b4dc86173dd984c792d8773d6c10aaa
parentea1a30de7ac29f2a93315a6ae15e46d2e826fbe0
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