From e582fc2a6f60b8b0102601db451ba3403865eddf Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Wed, 8 Jun 2011 21:20:35 +0200 Subject: [PATCH] Force SPROFILE=1 while compiling profile command --- commands/profile/profile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/profile/profile.c b/commands/profile/profile.c index dd31c4e83..6c6b6e143 100644 --- a/commands/profile/profile.c +++ b/commands/profile/profile.c @@ -14,6 +14,8 @@ #include #include #include +#undef SPROFILE +#define SPROFILE 1 #include #define EHELP 1 -- 2.44.0