Skip to content

Commit

Permalink
Exclude DebugLayer in release builds (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Jan 8, 2025
1 parent 047aa81 commit 4c24daa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Private/Utility/Debugging/LayerDebugging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Created by Brandon Withrow on 1/24/19.
//

#if DEBUG

import QuartzCore

// MARK: - LayerDebugStyle
Expand Down Expand Up @@ -220,3 +222,5 @@ extension [LayerModel] {
}

}

#endif

0 comments on commit 4c24daa

Please sign in to comment.