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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue