Keep the prior semantic of just requiring PROFILE to be defined

This commit is contained in:
Adlai Holler
2019-04-19 15:01:29 -07:00
parent f4793571f8
commit e750cdc24a
+1 -1
View File
@@ -8,7 +8,7 @@
#import <sys/kdebug_signpost.h>
#if defined(PROFILE) && PROFILE
#ifdef PROFILE
static constexpr bool kASSignpostsEnabled = true;
#else
static constexpr bool kASSignpostsEnabled = false;