Skip to content

Commit

Permalink
SConstruct : add c++ standard for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmehl committed Jan 4, 2021
1 parent 4e5342f commit 33f3b61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,8 @@ else:
"/GR", # enable RTTI
"/TP", # treat all files as c++ (vs C)
"/FC", # display full paths in diagnostics
"/EHsc\";\"/MP" # catch c++ exceptions only
"/EHsc\";\"/MP", # catch c++ exceptions only
"/std:$CXXSTD"
]
)

Expand Down

0 comments on commit 33f3b61

Please sign in to comment.