[Offscreengecko-commits] SF.net SVN: offscreengecko:[108] trunk/CMakeMSVCDefaults.txt
Status: Pre-Alpha
Brought to you by:
res2002
|
From: <re...@us...> - 2010-09-02 23:21:21
|
Revision: 108
http://offscreengecko.svn.sourceforge.net/offscreengecko/?rev=108&view=rev
Author: res2002
Date: 2010-09-02 23:21:15 +0000 (Thu, 02 Sep 2010)
Log Message:
-----------
Include exception flags to silence MSVC warnings
Modified Paths:
--------------
trunk/CMakeMSVCDefaults.txt
Modified: trunk/CMakeMSVCDefaults.txt
===================================================================
--- trunk/CMakeMSVCDefaults.txt 2010-09-02 22:44:29 UTC (rev 107)
+++ trunk/CMakeMSVCDefaults.txt 2010-09-02 23:21:15 UTC (rev 108)
@@ -6,7 +6,7 @@
SET (CMAKE_CXX_STACK_SIZE "" CACHE STRING "")
# Removed Compiler heap setting; exceptions disabled; RTTI disabled
-SET (CMAKE_CXX_FLAGS "/DWIN32 /D_WINDOWS /W3 /GR-" CACHE STRING "")
+SET (CMAKE_CXX_FLAGS "/DWIN32 /D_WINDOWS /W3 /GR- /EHsc" CACHE STRING "")
# Enable full debug info
SET (CMAKE_CXX_FLAGS_DEBUG "/D_DEBUG /MTd /ZI /Ob0 /Od /RTC1" CACHE STRING "")
# Enable debug info
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|