* Don't propagate our CFLAGS to the ATerm library since it breaks at

-O2.
This commit is contained in:
Eelco Dolstra 2004-11-03 16:51:09 +00:00
parent 5f2c5a306c
commit 4cbd845aa4
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ else
build-aterm: have-aterm
(pfx=`pwd` && \
cd $(ATERM) && \
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm \
--with-cflags="-DNDEBUG -DXGC_VERBOSE -DXHASHPEM -DWITH_STATS $(CFLAGS)" && \
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \
make && \
make install)
touch build-aterm