This commit is contained in:
Werner Lemberg 2020-12-01 21:23:04 +01:00
parent 7691588098
commit 047f295fac
14 changed files with 14 additions and 14 deletions

View File

@ -64,7 +64,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c CFLAGS ?= -c

View File

@ -66,7 +66,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c CFLAGS ?= -c

View File

@ -59,7 +59,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c CFLAGS ?= -c

View File

@ -60,7 +60,7 @@ TE := -e
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -q -c -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus CFLAGS ?= -q -c -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus

View File

@ -60,7 +60,7 @@ TE := -e
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c -q -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus CFLAGS ?= -c -q -y -d -v -Od -w-par -w-ccc -w-rch -w-pro -w-aus

View File

@ -58,7 +58,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c -g -O6 -Wall CFLAGS ?= -c -g -O6 -Wall

View File

@ -59,7 +59,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
ifndef CFLAGS ifndef CFLAGS

View File

@ -58,7 +58,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c -g -O3 -Wall CFLAGS ?= -c -g -O3 -Wall

View File

@ -61,7 +61,7 @@ TE := /Fe
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
# Note that the Intel C/C++ compiler version 4.5 complains about # Note that the Intel C/C++ compiler version 4.5 complains about

View File

@ -60,7 +60,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c -g CFLAGS ?= -c -g

View File

@ -63,7 +63,7 @@ TE := /Fe
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= /nologo /c /Ox /W3 /WX CFLAGS ?= /nologo /c /Ox /W3 /WX

View File

@ -60,7 +60,7 @@ T := -FO=
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -zq CFLAGS ?= -zq

View File

@ -60,7 +60,7 @@ T := -Fo
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
CFLAGS ?= -c -g2 -O CFLAGS ?= -c -g2 -O

View File

@ -73,7 +73,7 @@ T := -o$(space)
# #
# These should concern: debug output, optimization & warnings. # These should concern: debug output, optimization & warnings.
# #
# Use the ANSIFLAGS variable to define the compiler flags used to enfore # Use the ANSIFLAGS variable to define the compiler flags used to enforce
# ANSI compliance. # ANSI compliance.
# #
# We use our own FreeType configuration files overriding defaults. # We use our own FreeType configuration files overriding defaults.