mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
s/-ansi/-O -g/
This commit is contained in:
parent
b7c95845f1
commit
d914f88dca
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue