Created
November 19, 2020 08:44
-
-
Save AntonioCS/4ae4a51a8a1cf9bc1b1b64d1c1b8788d to your computer and use it in GitHub Desktop.
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
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment