|
Lines 53-58
Link Here
|
| 53 |
# |
53 |
# |
| 54 |
#CXXFLAGS+= -fmemoize-lookups -fsave-memoized |
54 |
#CXXFLAGS+= -fmemoize-lookups -fsave-memoized |
| 55 |
# |
55 |
# |
|
|
56 |
# FFLAGS controls the compiler settings used when compiling Fortran |
| 57 |
# code. Note that the -O flag is set by default so flags should be |
| 58 |
# added with "+=" rather than "=". |
| 59 |
# |
| 60 |
#FFLAGS+= -fno-globals -Wno-globals |
| 61 |
# |
| 56 |
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested |
62 |
# BDECFLAGS are a set of gcc warning settings that Bruce Evans has suggested |
| 57 |
# for use in developing FreeBSD and testing changes. They can be used by |
63 |
# for use in developing FreeBSD and testing changes. They can be used by |
| 58 |
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not |
64 |
# putting "CFLAGS+=${BDECFLAGS}" in /etc/make.conf. -Wconversion is not |