mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-21 01:04:44 +08:00
s/-ansi/-O -g/
This commit is contained in:
parent
d9d5c88a13
commit
73029c022a
4
INSTALL
4
INSTALL
@ -43,7 +43,7 @@ these steps:
|
||||
|
||||
These environment variables are used:
|
||||
CC C Compiler (cc, ecgs)
|
||||
CFLAGS C Flags (-ansi)
|
||||
CFLAGS C Flags (-O -g)
|
||||
CPPFLAGS CPP Flags (-I/path/include -Ddef)
|
||||
LDFLAGS LDFLAGS (-L/path/lib)
|
||||
LIBS LIBS (-llib)
|
||||
@ -159,7 +159,7 @@ WARNING: Executables built in your environment may not run
|
||||
|
||||
Supported Environmental Variables
|
||||
CC C compiler (cc, egcc)
|
||||
CFLAGS C flags (-ansi)
|
||||
CFLAGS C flags (-O -g)
|
||||
CPPFLAGS cpp flags (-I/path/include -Ddef)
|
||||
LDFLAGS ld flags (-L/usr/local/lib)
|
||||
LIBS libraries (-llib)
|
||||
|
Loading…
Reference in New Issue
Block a user