v.19.14Improvement

Avoid Extra Dependency for the Setting Compile to Work

Avoid extra dependency for the setting compile to work. In previous versions, the user may get error like cannot open crti.o, unable to find library -lc etc. #6309 (alexey-milovidov)
Removed extra dependency requirements for the compile setting to work correctly, preventing errors related to missing system libraries during compilation.

Why it matters

Previously, users could encounter errors such as cannot open crti.o or unable to find library -lc when using the compile setting due to missing system dependencies. This feature eliminates the need for these extra dependencies, improving usability and reducing setup complications.

How to use it

Users can now use the compile setting without installing additional system libraries or dependencies, avoiding related errors. No changes in configuration are needed; just continue to use the compile setting as usual.