diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-14 09:20:49 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-10-14 09:20:49 +0000 |
commit | 4cae80d0882841522fdd5041ed0af56c4fad5f72 (patch) | |
tree | 2254fe0351be30ff7d9b7523b62bf9849b505682 | |
parent | 43b7fc612782e0137f808f64f3c15256051be041 (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-- | ChangeLog | 4 | ||||
-rwxr-xr-x | makewin32.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |