Open Lecrapouille opened 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
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
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