Skip to content

Commit 7149122

Browse files
authored
Merge pull request #83598 from ahoppen/compress-index-store-false
2 parents fee0e5c + 432d597 commit 7149122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Frontend/FrontendOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class FrontendOptions {
137137
bool IndexIncludeLocals = false;
138138

139139
/// Whether to compress the record and unit files in the index store.
140-
bool IndexStoreCompress;
140+
bool IndexStoreCompress = false;
141141

142142
bool SerializeDebugInfoSIL = false;
143143
/// If building a module from interface, ignore compiler flags

0 commit comments

Comments
 (0)