Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F386539
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
670 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
index 9214617..bf1f7b2 100644
--- a/modules/CMakeLists.txt
+++ b/modules/CMakeLists.txt
@@ -1,11 +1,14 @@
-# Allow exceptions by removing restricting flag.
if ( ROSA_COMPILER_IS_GCC_COMPATIBLE )
+
+ # Allow exceptions by removing restricting flag (needed by cxxopts)
remove("-fno-exceptions" CMAKE_CXX_FLAGS)
+
+ # Allow dynamic casts by removing restriction flag (needed by cxxopts)
remove("-fno-rtti" CMAKE_CXX_FLAGS)
endif()
execute_process(COMMAND git submodule update --init -- cxxopts
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
# Add the different subdirectories
ADDALLSUBDIRS()
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Jul 3, 8:16 PM (7 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157343
Default Alt Text
(670 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment