diff --git a/README.md b/README.md index 652b391..831a732 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A mini-framework for easily writing debuggable, compiler optimized, position ind For usage example check out main.cpp. # Suggested Compiler Options -```C/C++ -> Optimization -> /O1, /Ob2, /Oi, /Os, /Oy-, /GL +``` +C/C++ -> Optimization -> /O1, /Ob2, /Oi, /Os, /Oy-, /GL C/C++ -> Code Generation -> /MT, /GS-, /Gy Linker -> General -> /INCREMENTAL:NO