Skip to content

Commit 432d597

Browse files
committed
[FrontendOptions] Default IndexStoreCompress to false
1 parent 36246a2 commit 432d597

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)