Oops, these optimization flags should be disabled by default although
the distribution recommends them.
This commit is contained in:
parent
c081b5710e
commit
e661b092c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45586
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user