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.
2 parents fee0e5c + 432d597 commit 7149122Copy full SHA for 7149122
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