From 73d7f5317016cbcf2d2b510e4b03d6780e11e660 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Thu, 16 Apr 2009 20:33:29 +0300 Subject: [PATCH] open-osd: Makedefs - debug off by default Signed-off-by: Boaz Harrosh --- Makedefs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makedefs b/Makedefs index 3bf4362..fbe7704 100644 --- a/Makedefs +++ b/Makedefs @@ -2,9 +2,9 @@ # Common defines for all projects. This is the place to turn on or off # debugging and optimization for everything. # -OPT := -g -#OPT := -O3 -DNDEBUG -#OPT := -O3 +# OPT := -g +OPT := -O3 -DNDEBUG +# OPT := -O3 # Define this to build a pvfs2-server executable with an embedded OSD target # inside it.