[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

is apt-build using my options?



Hi,

I'm trying to rebuild gsl with some optimizations for my machine:

$ cat /etc/apt/apt-build.conf
build-dir = /var/cache/apt-build/build
repository-dir = /var/cache/apt-build/repository
Olevel = -O2
mcpu = -mcpu=pentium4
options = " -march=pentium4 -msse2 -malign-double -mfpmath=sse
-m128bit-long-double"
make_options = " "

It's the first time I try to use it, and I cannot see my options in the messages of the
building process. Is it normal?

for example:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O2 -D_REENTRANT -c cspline.c
-fPIC -DPIC -o .libs/cspline.lo

Thanks,
Alberto



Reply to: