summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-11-08 20:29:37 -0800
committerH. Peter Anvin <hpa@zytor.com>2007-11-08 20:29:37 -0800
commit88602aa53acc6826b358de2adfb4c554df48aba0 (patch)
treeae952a77ca6a57a22d2b498b39c8709bac8e1e24
parentec4dc4e04be3af3eac2b8959af868bd93ed42f46 (diff)
downloadnasm-88602aa53acc6826b358de2adfb4c554df48aba0.tar.gz
ps2pdf: remove -dOptimize=true
Remove -dOptimize=true; it actually generates larger output, since the optimization performed is "network optimization".
-rw-r--r--doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e3834014..5c2f9051 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -19,7 +19,7 @@ INSTALL_DATA = @INSTALL_DATA@
PERL = perl
MAKEINFO = makeinfo
TEXI2DVI = texi2dvi
-PS2PDF = ps2pdf -dOptimize=true # Part of GhostScript
+PS2PDF = ps2pdf # Part of GhostScript
SRCS = nasmdoc.src
OUT = nasm.info nasmdoc.ps nasmdoc.pdf