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 1a43aa6 commit ad87721Copy full SHA for ad87721
build_script.py
@@ -91,6 +91,7 @@ def build(args):
91
"-configuration {style_options} "
92
"SWIFT_EXEC=\"{swiftc}\" "
93
"SWIFT_LINK_OBJC_RUNTIME=YES "
94
+ "INDEX_ENABLE_DATA_STORE=NO "
95
"SYMROOT=\"{build_dir}\" OBJROOT=\"{build_dir}\"".format(
96
swiftc=swiftc,
97
build_dir=build_dir,
@@ -122,6 +123,7 @@ def test(args):
122
123
124
125
126
127
"SYMROOT=\"{build_dir}\" OBJROOT=\"{build_dir}\" ".format(
128
129
0 commit comments