Browse Source

removed debug flag from Makefile.rule

tags/v0.2.9^2
wernsaar 12 years ago
parent
commit
a0ae53966f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile.rule

+ 2
- 2
Makefile.rule View File

@@ -127,7 +127,7 @@ NO_AFFINITY = 1

# Common Optimization Flag;
# The default -O2 is enough.
COMMON_OPT = -O0
# COMMON_OPT = -O2

# gfortran option for LAPACK
FCOMMON_OPT = -frecursive
@@ -136,7 +136,7 @@ FCOMMON_OPT = -frecursive
COMMON_PROF = -pg

# Build Debug version
DEBUG = 1
# DEBUG = 1

#
# End of user configuration


Loading…
Cancel
Save