Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kubamracek committed Sep 21, 2020
1 parent 5fdbf28 commit 7ca29b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/cmake/modules/SwiftSource.cmake
Expand Up @@ -247,7 +247,7 @@ function(_add_target_variant_swift_compile_flags
if(debuginfo)
list(APPEND result "-g")
elseif("${build_type}" STREQUAL "MinSizeRel")
# MinSizeRel builds of stdlib should get debug info
# MinSizeRel builds of stdlib (but not the compiler) should get debug info
list(APPEND result "-g")
endif()

Expand Down

0 comments on commit 7ca29b4

Please sign in to comment.