Skip to content

Commit ad87721

Browse files
committed
Disable -index-store-path for now
1 parent 1a43aa6 commit ad87721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def build(args):
9191
"-configuration {style_options} "
9292
"SWIFT_EXEC=\"{swiftc}\" "
9393
"SWIFT_LINK_OBJC_RUNTIME=YES "
94+
"INDEX_ENABLE_DATA_STORE=NO "
9495
"SYMROOT=\"{build_dir}\" OBJROOT=\"{build_dir}\"".format(
9596
swiftc=swiftc,
9697
build_dir=build_dir,
@@ -122,6 +123,7 @@ def test(args):
122123
"-configuration {style_options} "
123124
"SWIFT_EXEC=\"{swiftc}\" "
124125
"SWIFT_LINK_OBJC_RUNTIME=YES "
126+
"INDEX_ENABLE_DATA_STORE=NO "
125127
"SYMROOT=\"{build_dir}\" OBJROOT=\"{build_dir}\" ".format(
126128
swiftc=swiftc,
127129
build_dir=build_dir,

0 commit comments

Comments
 (0)