Skip to content

Commit

Permalink
VERGE_SIGNPOST_ENABLED
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Sep 6, 2022
1 parent e923e2f commit 935ca2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Verge/Library/Signpost.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os
import Foundation

public var _verge_signpost_enabled = false
public var _verge_signpost_enabled = ProcessInfo.processInfo.environment["VERGE_SIGNPOST_ENABLED"] != nil

@available(iOS 12, macOS 10.14, tvOS 12, watchOS 5, *)
@usableFromInline
Expand Down

0 comments on commit 935ca2f

Please sign in to comment.