v.19.14Improvement
Avoid Extra Dependency for the Setting Compile to Work
Avoid extra dependency for the settingcompileto work. In previous versions, the user may get error likecannot open crti.o,unable to find library -lcetc. #6309 (alexey-milovidov)
Why it matters
Previously, users could encounter errors such ascannot 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 thecompile 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.