1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

* 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

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