help-octave
[Top][All Lists]
Advanced

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

Re: mkoctfile and compiler options


From: Michael Goffioul
Subject: Re: mkoctfile and compiler options
Date: Wed, 3 Sep 2008 16:02:13 +0200

Did you try to change CXXFLAGS instead?

Michael.


On Wed, Sep 3, 2008 at 2:57 PM,  <address@hidden> wrote:
> All
>
> Is there anyway I can stop mkoctfile from using the -O2 optimiser flag?
>
> I have tried re-building octave without the flag set in the CFLAGS
> environment variable. I have tried setting CFLAGS. Still mkoctfile insists
> on inserting the -O2 flag
>
> octave:3> mkoctfile -p CFLAGS
> -ggdb
> octave:4> mkoctfile -v fred.cpp
> g++ -c -fPIC -I/usr/local/include/octave-3.0.2
> -I/usr/local/include/octave-3.0.2/octave -I/usr/local/include -mieee-fp -g
> -O2 fred.cpp -o fred.o
>
> g++ -shared -Wl,-Bsymbolic -o fred.oct fred.o -L/usr/local/lib/octave-3.0.2
> -L/usr/local/lib -loctinterp -loctave -lcruft -lfftw3 -lreadline -lncurses
> -ldl -lz -lm -L/usr/lib/gcc-lib/i586-suse-linux/3.3.3
> -L/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/lib
> -L/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../.. -lz -lfrtbegin -lg2c -lm
>
> John Tomlinson
> Wireless Networks
> BT Design.
> Ipswich, UK
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]