removed debug flag from Makefile.rule

This commit is contained in:
wernsaar 2014-05-19 15:57:18 +02:00
parent 0d75f3b6a2
commit a0ae53966f
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ NO_AFFINITY = 1
# Common Optimization Flag; # Common Optimization Flag;
# The default -O2 is enough. # The default -O2 is enough.
COMMON_OPT = -O0 # COMMON_OPT = -O2
# gfortran option for LAPACK # gfortran option for LAPACK
FCOMMON_OPT = -frecursive FCOMMON_OPT = -frecursive
@ -136,7 +136,7 @@ FCOMMON_OPT = -frecursive
COMMON_PROF = -pg COMMON_PROF = -pg
# Build Debug version # Build Debug version
DEBUG = 1 # DEBUG = 1
# #
# End of user configuration # End of user configuration