Description
Small C++ programs can be compiled with automatic detection of flags and include paths. This is useful for quick experiments, single-file tools, and projects where writing a full build file would be slower.
Automatic compilation can hide which flags are being used. Review the detected command when debugging build failures or compiling untrusted code.