Skip to content

Commit

Permalink
Add /EHsc to silence warning.
Browse files Browse the repository at this point in the history
Closes GH-219
  • Loading branch information
deplinenoise committed Apr 19, 2014
1 parent 26f1c96 commit 8fb510c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/hello-world/tundra.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Build {
Name = "win32-msvc",
DefaultOnHost = "windows",
Tools = { "msvc-vs2012" },
Env = {
CXXFLAGS = { "/EHsc" },
},
},
{
Name = "win32-mingw",
Expand Down

0 comments on commit 8fb510c

Please sign in to comment.