Skip to content

Commit 2785d18

Browse files
committed
Enable swift color diagnostics in stdlib
I want pretty colors. I will have my pretty colors. :)
1 parent 221c727 commit 2785d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/cmake/modules/SwiftSource.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ function(handle_swift_sources
131131
list(APPEND swift_compile_flags "${_lto_flag_out}")
132132
endif()
133133
endif()
134+
list(APPEND swift_compile_flags "-color-diagnostics")
134135
_compile_swift_files(
135136
dependency_target
136137
module_dependency_target

0 commit comments

Comments
 (0)