Update README.md

This commit is contained in:
Jack Ullrich
2017-04-20 12:42:40 -05:00
committed by GitHub
parent 9f914ae8a5
commit 7cb2bdb7fb
+2 -1
View File
@@ -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