File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 138138 [" C++" ] = " -x c++" ,
139139 [" Objective-C" ] = " -x objective-c" ,
140140 [" Objective-C++" ] = " -x objective-c++" ,
141+ },
142+ sanitize = {
143+ Address = " -fsanitize=address" ,
144+ },
145+ visibility = {
146+ Default = " -fvisibility=default" ,
147+ Hidden = " -fvisibility=hidden" ,
148+ Internal = " -fvisibility=internal" ,
149+ Protected = " -fvisibility=protected" ,
150+ },
151+ inlinesvisibility = {
152+ Hidden = " -fvisibility-inlines-hidden"
141153 }
142154 }
143155
230242 },
231243 rtti = {
232244 Off = " -fno-rtti"
233- },
234- sanitize = {
235- Address = " -fsanitize=address" ,
236- },
237- visibility = {
238- Default = " -fvisibility=default" ,
239- Hidden = " -fvisibility=hidden" ,
240- Internal = " -fvisibility=internal" ,
241- Protected = " -fvisibility=protected" ,
242- },
243- inlinesvisibility = {
244- Hidden = " -fvisibility-inlines-hidden"
245245 }
246246 }
247247
You can’t perform that action at this time.
0 commit comments