summaryrefslogtreecommitdiff
path: root/examples/makefile.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'examples/makefile.mingw')
-rw-r--r--examples/makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile.mingw b/examples/makefile.mingw
index 259e02af..b20101d0 100644
--- a/examples/makefile.mingw
+++ b/examples/makefile.mingw
@@ -18,5 +18,5 @@ all : \
cp $< $@
viewer-win32.exe : viewer-win32.o
- $(CC) -o $@ $< -L ../pango -lpango-$(PANGO_VER) -lpangowin32-$(PANGO_VER) $(GTK_LIBS) $(GLIB_LIBS) -gdi32
+ $(CC) -o $@ $< $(OPTIMIZE) -L ../pango -lpango-$(PANGO_VER) -lpangowin32-$(PANGO_VER) $(GTK_LIBS) $(GLIB_LIBS) -gdi32