File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class FrontendOptions {
125
125
// / Include local definitions/references in the index data.
126
126
bool IndexIncludeLocals = false ;
127
127
128
- bool SerializeDebugInfoSIL = false ;
128
+ bool SerializeDebugInfoSIL = true ;
129
129
// / If building a module from interface, ignore compiler flags
130
130
// / specified in the swiftinterface.
131
131
bool ExplicitInterfaceBuild = false ;
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ namespace swift {
151
151
152
152
bool AutolinkForceLoad = false ;
153
153
bool SerializeAllSIL = false ;
154
- bool SerializeDebugInfoSIL = false ;
154
+ bool SerializeDebugInfoSIL = true ;
155
155
bool SerializeOptionsForDebugging = false ;
156
156
bool IsSIB = false ;
157
157
bool DisableCrossModuleIncrementalInfo = false ;
You can’t perform that action at this time.
0 commit comments