Skip to content

Commit

Permalink
Build with darwin profiling by default
Browse files Browse the repository at this point in the history
  • Loading branch information
shahn committed Jan 29, 2016
1 parent b6087e8 commit e46ba70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion make/platform/triple.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,8 @@ endif
ArchEnabledFunctions := $(filter-out $(ArchDisabledFunctions),$(value ArchFunctions.$(Arch)))
CommonEnabledFunctions := $(filter-out $(CommonDisabledFunctions),$(CommonFunctions_gcc))

FUNCTIONS.builtins := $(CommonEnabledFunctions) $(ArchEnabledFunctions)
profile_osx := GCDAProfiling InstrProfiling InstrProfilingBuffer \
InstrProfilingFile InstrProfilingPlatformDarwin \
InstrProfilingRuntime InstrProfilingUtil

FUNCTIONS.builtins := $(CommonEnabledFunctions) $(ArchEnabledFunctions) $(profile_osx)

0 comments on commit e46ba70

Please sign in to comment.