mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; * INSTALL: Don't advertise -O3. (Bug#65988)
This commit is contained in:
parent
29055412f2
commit
2fc7463c0e
4
INSTALL
4
INSTALL
@ -492,12 +492,12 @@ shell such as Bash, which uses these variables:
|
||||
|
||||
./configure \
|
||||
CPPFLAGS='-I/foo/myinclude' LDFLAGS='-L/bar/mylib' \
|
||||
CFLAGS='-O3' LIBS='-lfoo -lbar'
|
||||
CFLAGS='-Og' LIBS='-lfoo -lbar'
|
||||
|
||||
(this is all one shell command). This tells 'configure' to instruct the
|
||||
preprocessor to look in the '/foo/myinclude' directory for header
|
||||
files (in addition to the standard directories), instruct the linker
|
||||
to look in '/bar/mylib' for libraries, pass the -O3 optimization
|
||||
to look in '/bar/mylib' for libraries, pass the -Og optimization
|
||||
switch to the compiler, and link against libfoo and libbar
|
||||
libraries in addition to the standard ones.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user