summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarphaman <arphaman@gmail.com>2013-07-17 13:58:51 +0100
committerarphaman <arphaman@gmail.com>2013-07-17 13:58:51 +0100
commitbd373b2b818e69f877c8eb5b39c126ce063b5abb (patch)
treed43141c4872986ce5af32ace05c3c1e42da935f7
parent92a75ca6439e2fa1fed26526fe224e128b2e23ce (diff)
downloadlibflangrt-bd373b2b818e69f877c8eb5b39c126ce063b5abb.tar.gz
removed c++ exception handling link dependency
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d43103..468ced3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
# Enable C++ 11
if(NOT MSVC)
- add_definitions(-std=c++11)
+ add_definitions(-std=c++11 -fno-exceptions)
endif()
set(libflang_sources)