|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #49118] GUI editor cannot run file in folder name with umlaut |
| Date: | Fri, 30 Sep 2016 21:45:31 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #19, bug #49118 (project octave):
You might want to use configure to create a minimal octave build since you
will be doing a full build quite frequently.
I would at least use '--disable-docs' to save some time. Other things I would
personally add include '--disable-jit' and '--disable-java'.
The compilation stage will go faster if you don't use optimization so you
might want to explicitly set CFLAGS and CXXFLAGS to have -O0. I also add
'-pipe' so that you rely on memory for intermediate files rather than a slow
disk.
I also use ccache which helps quite a lot. If I'm just re-building an
incremental difference it usually only takes about 2 minutes with ccache.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?49118>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |