removed debug flag from Makefile.rule

This commit is contained in:
wernsaar
2014-05-19 15:57:18 +02:00
parent 0d75f3b6a2
commit a0ae53966f
+2 -2
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