aboutsummaryrefslogtreecommitdiff
path: root/makewin32.sh
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-14 09:20:49 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-14 09:20:49 +0000
commit4cae80d0882841522fdd5041ed0af56c4fad5f72 (patch)
tree2254fe0351be30ff7d9b7523b62bf9849b505682 /makewin32.sh
parent43b7fc612782e0137f808f64f3c15256051be041 (diff)
makewin32.sh: modified the optimization flags.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@650 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'makewin32.sh')
-rwxr-xr-xmakewin32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makewin32.sh b/makewin32.sh
index 4e6472e7..37bcb2ab 100755
--- a/makewin32.sh
+++ b/makewin32.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-./configure --with-localedir=share/locale \
+./configure --with-localedir=share/locale 'CC=gcc -mcpu=pentium3' CFLAGS=-O3 \
&& make \
&& make install-strip prefix=$HOME/dist