stigmee / install

Scripts for compiling Stigmee and triggering continuous integration workflows
GNU General Public License v3.0
1 stars 0 forks source link

Remove usage of shared library, use static lib, specially for CEF #11

Open Lecrapouille opened 2 years ago

Lecrapouille commented 2 years ago

In linux shared libraries are more heavy than windows dll since they export all symbols even unsued while Windows only export the one desired. So try to merge sahred library into a single big application

Lecrapouille commented 2 years ago

For Windows it's fine and already working but for Linux cannot compile as static lib and in addition this changes the license as explained here https://www.magpcss.org/ceforum/viewtopic.php?f=6&t=11182