Optimization
The optimization is done only from the command line. In the samples they provide, they only optimize 1 or 2 .cpp files, e.g.
cl /O2 /ML /EHsc GL-G7.cpp module.cpp
Does anyone know how to optimize from the command line if you have a whole project with 100 files?
Thanks

