forked from lix-project/lix
* Don't propagate our CFLAGS to the ATerm library since it breaks at
-O2.
This commit is contained in:
parent
5f2c5a306c
commit
4cbd845aa4
3
externals/Makefile.am
vendored
3
externals/Makefile.am
vendored
|
@ -56,8 +56,7 @@ else
|
||||||
build-aterm: have-aterm
|
build-aterm: have-aterm
|
||||||
(pfx=`pwd` && \
|
(pfx=`pwd` && \
|
||||||
cd $(ATERM) && \
|
cd $(ATERM) && \
|
||||||
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm \
|
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \
|
||||||
--with-cflags="-DNDEBUG -DXGC_VERBOSE -DXHASHPEM -DWITH_STATS $(CFLAGS)" && \
|
|
||||||
make && \
|
make && \
|
||||||
make install)
|
make install)
|
||||||
touch build-aterm
|
touch build-aterm
|
||||||
|
|
Loading…
Reference in a new issue