diff options
author | 2020-03-19 13:53:45 +0100 | |
---|---|---|
committer | 2020-08-13 11:28:25 +0200 | |
commit | dc2ba49207af71193f1390d84bba4e15aeea0ce0 (patch) | |
tree | 79c2a51cb5fa2b87800b1113e0015a7108cd2eb3 /base/unix-gcc.mak | |
parent | Import Ghostscript 9.50 (diff) | |
download | ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.gz ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.bz2 ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.zip |
Import Ghostscript 9.52ghostscript-9.52
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'base/unix-gcc.mak')
-rw-r--r-- | base/unix-gcc.mak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/unix-gcc.mak b/base/unix-gcc.mak index a316038f..c27d0e3b 100644 --- a/base/unix-gcc.mak +++ b/base/unix-gcc.mak @@ -178,7 +178,7 @@ GPDL=gpdl XE= XEAUX= -PCL_XPS_TARGETS= +PCL_XPS_PDL_TARGETS= # Define the directories for debugging and profiling binaries, relative to # the standard binaries. @@ -376,9 +376,9 @@ GCFLAGS= -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-pro # Define the added flags for standard, debugging, profiling # and shared object builds. -CFLAGS_STANDARD= -O2 +CFLAGS_STANDARD= -O2 -DNDEBUG CFLAGS_DEBUG= -g -O0 -CFLAGS_PROFILE=-pg -O2 +CFLAGS_PROFILE=-pg -O2 -DNDEBUG CFLAGS_SO=-fPIC # Define the other compilation flags. Add at most one of the following: @@ -521,7 +521,7 @@ FEATURE_DEVS=$(GLD)pipe.dev $(GLD)gsnogc.dev $(GLD)htxlib.dev $(GLD)psl3lib.dev $(GLD)seprlib.dev $(GLD)translib.dev $(GLD)cidlib.dev $(GLD)psf0lib.dev $(GLD)psf1lib.dev\ $(GLD)psf2lib.dev $(GLD)lzwd.dev $(GLD)sicclib.dev \ $(GLD)sjbig2.dev $(GLD)sjpx.dev $(GLD)ramfs.dev \ - $(GLD)pwgd.dev + $(GLD)pwgd.dev $(GLD)urfd.dev |