Created
November 19, 2020 08:44
-
-
Save AntonioCS/4ae4a51a8a1cf9bc1b1b64d1c1b8788d to your computer and use it in GitHub Desktop.
Revisions
-
AntonioCS created this gist
Nov 19, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ @echo off REM Run this in Developer Command Prompt REM https://docs.microsoft.com/en-us/cpp/build/reference/compiler-options-listed-alphabetically?view=msvc-160 set file=%1 cl %file% /std:c++17 /EHsc