-
-
Couldn't load subscription status.
- Fork 44
When to use every option
In this section I describe in which situation you should use every option of the compiler.
Build and run program, Build program and Run program are meant to be used when you are just testing the compiler, or creating your own project.
Build solution Is meant to be used when you have many programs under your working directory, and want to compile them all and (optionally) run one of them. It is also meant to be used when you are working with an already existing project that do not respect the conventions for entry_point and output directories.
Use it when the basic usage or a solution don't cover your case of use. It is also slightly harder to setup. Remarkably, you can use it to call build systems. Learn more about how to use a Makefile here.