Skip to content

Instantly share code, notes, and snippets.

@AntonioCS
Created November 19, 2020 08:44
Show Gist options
  • Save AntonioCS/4ae4a51a8a1cf9bc1b1b64d1c1b8788d to your computer and use it in GitHub Desktop.
Save AntonioCS/4ae4a51a8a1cf9bc1b1b64d1c1b8788d to your computer and use it in GitHub Desktop.
@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