We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171499f commit 7d7d7aeCopy full SHA for 7d7d7ae
stdlib/public/core/CMakeLists.txt
@@ -316,9 +316,6 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern")
316
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable")
317
list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BorrowingSwitch")
318
319
-# FIXME(NCG): This should not be necessary
320
-list(APPEND swift_stdlib_compile_flags "-Xfrontend" "-disable-round-trip-debug-types")
321
-
322
if("${SWIFT_NATIVE_SWIFT_TOOLS_PATH}" STREQUAL "")
323
set(swift_bin_dir "${CMAKE_BINARY_DIR}/bin")
324
set(swift_lib_dir "${CMAKE_BINARY_DIR}/lib")
0 commit comments