mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
s/-ansi/-O -g/
This commit is contained in:
parent
b7c95845f1
commit
d914f88dca
@ -50,7 +50,7 @@ VARIABLES' section for commonly used settings.
|
||||
.These environment variables are used:
|
||||
|
||||
> CC C compiler gcc
|
||||
> 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
|
||||
@ -165,7 +165,7 @@ between environments is your responsibility.
|
||||
Supported Environmental Variables:
|
||||
|
||||
> CC C compiler cc
|
||||
> 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