From 6d5c3aab4cebbf56e15f3d2e5016ffd51404692a Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 14 Oct 2015 15:39:44 +0200 Subject: [PATCH] Disable profiling --- impl/FilesystemImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impl/FilesystemImpl.h b/impl/FilesystemImpl.h index 314a985d..8f2c17a3 100644 --- a/impl/FilesystemImpl.h +++ b/impl/FilesystemImpl.h @@ -9,7 +9,7 @@ #include //Remove this line if you don't want profiling -#define FSPP_PROFILE 1 +//#define FSPP_PROFILE 1 namespace fspp { class Node;