Oops, these optimization flags should be disabled by default although

the distribution recommends them.
This commit is contained in:
Akinori MUSHA 2001-07-29 16:04:19 +00:00
parent c081b5710e
commit e661b092c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45586
4 changed files with 8 additions and 8 deletions

View File

@ -64,8 +64,8 @@ MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}"
PLIST_SUB+= LIBVER="${SHLIB_MAJ}"
MAN1= reswrap.1
# Uncomment this to turn the default optimization flags on.
CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
# Uncomment this to turn the distribution-recommended optimization flags on.
#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
.if defined(WITH_XUNICODE)
post-extract:

View File

@ -64,8 +64,8 @@ MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}"
PLIST_SUB+= LIBVER="${SHLIB_MAJ}"
MAN1= reswrap.1
# Uncomment this to turn the default optimization flags on.
CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
# Uncomment this to turn the distribution-recommended optimization flags on.
#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
.if defined(WITH_XUNICODE)
post-extract:

View File

@ -64,8 +64,8 @@ MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}"
PLIST_SUB+= LIBVER="${SHLIB_MAJ}"
MAN1= reswrap.1
# Uncomment this to turn the default optimization flags on.
CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
# Uncomment this to turn the distribution-recommended optimization flags on.
#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
.if defined(WITH_XUNICODE)
post-extract:

View File

@ -64,8 +64,8 @@ MAKE_ENV+= LT_CURRENT="${SHLIB_MAJ}" LT_REVISION="${SHLIB_MIN}"
PLIST_SUB+= LIBVER="${SHLIB_MAJ}"
MAN1= reswrap.1
# Uncomment this to turn the default optimization flags on.
CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
# Uncomment this to turn the distribution-recommended optimization flags on.
#CXXFLAGS= -O2 -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations
.if defined(WITH_XUNICODE)
post-extract: