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.
IndexStoreCompress
false
1 parent 36246a2 commit 432d597Copy full SHA for 432d597
include/swift/Frontend/FrontendOptions.h
@@ -137,7 +137,7 @@ class FrontendOptions {
137
bool IndexIncludeLocals = false;
138
139
/// Whether to compress the record and unit files in the index store.
140
- bool IndexStoreCompress;
+ bool IndexStoreCompress = false;
141
142
bool SerializeDebugInfoSIL = false;
143
/// If building a module from interface, ignore compiler flags
0 commit comments