Skip to content
Snippets Groups Projects
Commit d914f88d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/-ansi/-O -g/

parent b7c95845
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment