Skip to content

Commit

Permalink
open-osd: Makedefs - debug off by default
Browse files Browse the repository at this point in the history
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
  • Loading branch information
Boaz Harrosh committed Apr 16, 2009
1 parent 94de663 commit 73d7f53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makedefs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73d7f53

Please sign in to comment.