Bug 978292 - Turn on sps profiler leaf data collection on linux. r=bgirard

This commit is contained in:
Viktor Stanchev 2014-03-04 10:35:36 -05:00
parent 68870b98f0
commit 17777910b1

View File

@ -75,7 +75,7 @@
#endif
#if defined(XP_MACOSX) || defined(XP_WIN)
#if defined(XP_MACOSX) || defined(XP_WIN) || defined(XP_LINUX)
#define ENABLE_SPS_LEAF_DATA
#endif