-O makes -stable memory exhausted, so disable it
Submitted by: bento log
This commit is contained in:
parent
f9799ba53e
commit
bf401f0e81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95828
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libboost_thread.so:${PORTSDIR}/devel/boost
|
|||
USE_REINPLCE= yes
|
||||
USE_GNOME= gnomehack
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS= -pipe # -O makes -stable memory exhausted
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --enable-spirit-threadsafe
|
||||
|
||||
|
|
Loading…
Reference in a new issue