File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Observation/Sources/Observation Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ add_swift_target_library(swiftObservation ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS
27
27
28
28
SWIFT_COMPILE_FLAGS
29
29
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
30
+ "-enable-experimental-feature" "Macros"
30
31
31
32
C_COMPILE_FLAGS
32
33
${swift_runtime_library_compile_flags}
Original file line number Diff line number Diff line change @@ -289,6 +289,8 @@ endif()
289
289
# STAGING: Temporarily avoids having to write #fileID in Swift.swiftinterface.
290
290
list (APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-experimental-concise-pound-file" )
291
291
292
+ list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros" )
293
+
292
294
if (SWIFT_CHECK_ESSENTIAL_STDLIB )
293
295
add_swift_target_library (swift_stdlib_essential ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB IS_STDLIB_CORE
294
296
INSTALL_IN_COMPONENT never_install
You can’t perform that action at this time.
0 commit comments