From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/bash/compilers-and-options.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 devdocs/bash/compilers-and-options.html (limited to 'devdocs/bash/compilers-and-options.html') diff --git a/devdocs/bash/compilers-and-options.html b/devdocs/bash/compilers-and-options.html deleted file mode 100644 index 8c8f2204..00000000 --- a/devdocs/bash/compilers-and-options.html +++ /dev/null @@ -1,10 +0,0 @@ -

Compilers and Options

Some systems require unusual options for compilation or linking that the configure script does not know about. You can give configure initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this:

CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
-
-

On systems that have the env program, you can do it like this:

env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
-
-

The configuration process uses GCC to build Bash if it is available.

-

- Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
Licensed under the GNU Free Documentation License.
- https://www.gnu.org/software/bash/manual/html_node/Compilers-and-Options.html -

-
-- cgit v1.2.3