Enable large arrays: Build octave such that it can use arrays larger than 2Gb.: Difference between revisions

m
Use Note template.
(Changed defaults for versions 4.4 and newer)
m (Use Note template.)
Line 1: Line 1:
'''Note: the following only applies to systems that have 64-bit pointers (64bit architecture)'''
{{Note|The following only applies to systems that have 64-bit pointers (64bit architecture).}}


Starting with Octave 4.4.0, 64-bit indexing is the default for targets with 64-bit pointers. You can override that default by specifying <code>--disable-64</code> when configuring Octave.
Starting with Octave 4.4.0, 64-bit indexing is the default for targets with 64-bit pointers. You can override that default by specifying <code>--disable-64</code> when configuring Octave.