From: Kurt Zeilenga Date: Fri, 18 Aug 2000 00:43:29 +0000 (+0000) Subject: s/-ansi/-O -g/ X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2234 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d914f88dca6cd1e9ffe6d56562d4620990aa3064;p=openldap s/-ansi/-O -g/ --- diff --git a/doc/guide/release/install.sdf b/doc/guide/release/install.sdf index 0e43740ab0..0a8ff31b47 100644 --- a/doc/guide/release/install.sdf +++ b/doc/guide/release/install.sdf @@ -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