mirror of
https://github.com/jackullrich/ShellcodeStdio
synced 2026-06-08 14:56:00 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user