From: Debian Science Maintainers Date: Thu, 2 Aug 2018 14:38:13 +0000 (+0100) Subject: enable-exception-handling X-Git-Tag: archive/raspbian/7.3.0+dfsg1-4+rpi1~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=703b9077b89b9ca75ae0509a34e576fa4193c76c;p=opencascade.git enable-exception-handling Gbp-Pq: Name enable-exception-handling.patch --- diff --git a/adm/cmake/occt_defs_flags.cmake b/adm/cmake/occt_defs_flags.cmake index 09da18d38..615cb07d4 100644 --- a/adm/cmake/occt_defs_flags.cmake +++ b/adm/cmake/occt_defs_flags.cmake @@ -138,5 +138,5 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR MINGW) set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -s") endif() -set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNo_Exception") -set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNo_Exception") +#set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNo_Exception") +#set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNo_Exception")