openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.84k stars 2.56k forks source link

[test] - msys2 improvements #7976

Closed dimitre closed 1 month ago

dimitre commented 1 month ago

tried to replace LD with LLD, but I found it is linking with g++ anyway, changing some configurations on msys2 already have improvements on compiling and linking times.

dimitre commented 1 month ago

@danoli3 I have a doubt on MSYS2 I've seen the make tries to copy dll files to the project folder at the end of compilation but looking at openFrameworksLibs_master_msys2_mingw64 we have .a file extensions should we update the makefiles, or apothecary files?