Created
March 5, 2018 03:20
-
-
Save ZaronZ/fefe7bedd5b1c4fb8ec83b1fc1b9d2c3 to your computer and use it in GitHub Desktop.
Pure C project configuration for Visual Studio without CRT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release/Debug: | |
General -> Whole Program Optimization -> No Whole Program Optimization | |
Linker -> Input -> Ignore All Default Libraries = Yes | |
Linker -> Manifest File -> Generate Manifest = Disabled | |
Linker -> Advanced -> Entry Point = (set EntryPointName) | |
C/C++ -> Code Generation -> Security Check = Disable Security Check | |
C/C++ -> Optimization -> Optimization = Disabled | |
C/C++ -> General -> SDL checks = (remove value) | |
C/C++ -> Advanced -> Compile As = Compile as C Code (if need C90) | |
Debug: | |
C/C++ -> Code Generation -> Runtime Library = Multi-threaded Debug (/MTd) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment