Skip to content

Commit ab54a42

Browse files
committed
Work around debug-info assertion in optimized builds
1 parent 954a508 commit ab54a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftOperators/OperatorTable.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public struct OperatorTable {
2929

3030
/// Initialize the operator precedence instance with a given set of
3131
/// operators and precedence groups.
32+
@_optimize(none)
3233
public init(
3334
precedenceGroups: [PrecedenceGroup],
3435
operators: [Operator],

0 commit comments

Comments
 (0)