View | Details | Raw Unified | Return to bug 194335
Collapse All | Expand All

(-)CMakeLists.txt (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
set(libobjc_VERSION 4.6)
11
set(libobjc_VERSION 4.6)
12
12
13
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fexceptions")
13
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fexceptions -integrated-as")
14
# Build configuration
14
# Build configuration
15
add_definitions( -DGNUSTEP -D__OBJC_RUNTIME_INTERNAL__=1)
15
add_definitions( -DGNUSTEP -D__OBJC_RUNTIME_INTERNAL__=1)
16
# Probably not needed anymore?
16
# Probably not needed anymore?

Return to bug 194335