aboutsummaryrefslogtreecommitdiff
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
parent43b7fc612782e0137f808f64f3c15256051be041 (diff)
makewin32.sh: modified the optimization flags.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@650 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rwxr-xr-xmakewin32.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 612a05ca..9c4fc57d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-10-14
+ * makewin32.sh: modified the optimization flags.
+
+2005-10-14
+
* src/main.c: win32: prohibit duplicate exec using CreateMutex().
2005-10-14
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