Skip to content

Commit b9188a1

Browse files
author
Josh Learn
authored
Merge pull request swiftlang#35155 from guitard0g/assert_conf_module_interface
[Driver] Add -assert-config as module interface option
2 parents 68494aa + 32380f4 commit b9188a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Option/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def debug_info_store_invocation : Flag<["-"], "debug-info-store-invocation">,
793793

794794
// Assert configuration identifiers.
795795
def AssertConfig : Separate<["-"], "assert-config">,
796-
Flags<[FrontendOption]>,
796+
Flags<[FrontendOption, ModuleInterfaceOption]>,
797797
HelpText<"Specify the assert_configuration replacement. "
798798
"Possible values are Debug, Release, Unchecked, DisableReplacement.">;
799799

0 commit comments

Comments
 (0)