2.3.2. Option groups
Supported compilers come with predefined option groups. To see the actual compiler options they include, do:
make OPTS=full_debug info # several debug options
make OPTS=debug info # some optimization
make OPTS=quick info # quick compilation
make OPTS=vscode info # for VScode debugging
make OPTS=devel info # for developing
make OPTS=opt info # medium optimization
make OPTS=optimized info # max optimization
Note that local options in config/host/$HOST/Makefile and in
config/compiler/$HOST/$OPTS.mkf may modify the option bundles.