Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local: | You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local: | ||
CFLAGS='-mtune=native -O3' ./autogen.sh --prefix=/opt | CFLAGS='-mtune=native -O3' ./autogen.sh --prefix=/opt | ||
Latest revision as of 22:46, 16 September 2023
You may want to pass specific options to the compiler, for example like that if you want optimisation and installation in /opt instead of the default /usr/local:
CFLAGS='-mtune=native -O3' ./autogen.sh --prefix=/opt