]> Kevux Git Server - fll/commit
Bugfix: do not embed libraries into program
authorKevin Day <thekevinday@gmail.com>
Fri, 5 Jun 2020 00:18:50 +0000 (19:18 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 5 Jun 2020 00:18:50 +0000 (19:18 -0500)
commit66fb691796d4528cd2ae4835c7fae8cc7b7b0750
treeb2ae9415538dd7e8e6ff114b2072c01ed8cbfe52
parenta08b1c2ae889fbae40e453113235667ef763e678
Bugfix: do not embed libraries into program

The generate.sh script design seems to be adding the library sources into the program.
This effectively makes the linked library.
This is a bad compiling and linking design and a waste of space.

Instead, add a link option to the project name so that the library gets linked to by the program.
build/scripts/generate.sh