Skip to content

Commit dab9598

Browse files
authored
Merge pull request #3091 from etcwilde/ewilde/re-enable-string-optimizations
Re-enable string Optimizations
2 parents 36094fb + 02c9eaa commit dab9598

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CoreFoundation/String.subproj/CFAttributedString.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
@end
2424
#endif
2525

26-
#if defined(__linux__)
27-
// SR-15302: clang mis-optimizes `CFAttributedStringGetAttributesAndLongestEffectiveRange`
28-
#pragma clang optimize off
29-
#endif
30-
3126
struct __CFAttributedString {
3227
CFRuntimeBase base;
3328
CFStringRef string;

0 commit comments

Comments
 (0)