octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #61754] Bicubic interpolation in interp2() inc


From: Rik
Subject: [Octave-bug-tracker] [bug #61754] Bicubic interpolation in interp2() incompatible with Matlab
Date: Tue, 8 Feb 2022 16:56:51 -0500 (EST)

Follow-up Comment #17, bug #61754 (project octave):

If you can, use '-O2' in your CFLAGS and CXXFLAGS.  That provides a good level
of optimization without being excessive.

My configure script (written in tcsh so changes to be made if you use a Bourne
shell derivative) is


setenv CFLAGS "-O2 -pipe"
# Copy C compiler flags to C++ and Fortran compilers
setenv CXXFLAGS "${CFLAGS}"
setenv FFLAGS "${CFLAGS}"
./configure --enable-dependency-tracking -C



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61754>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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