X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compile.sh;h=995cf2017b65057e28b42b304a732578884c8931;hp=e967ab5abceb1f823a0ed8de74017dc0bbd66f9c;hb=7d29626ce4e1fa932c6349c7253e6f774df069fc;hpb=1d7238dc43311c4545883dc1151bf5b142d88c0b diff --git a/compile.sh b/compile.sh index e967ab5..995cf20 100755 --- a/compile.sh +++ b/compile.sh @@ -5,4 +5,4 @@ if [ `uname -s` = 'Darwin' ] ; then export CFLAGS="-I/sw/include" export LDFLAGS="-L/sw/lib" fi -./configure --enable-pgp --enable-smime --with-regex --enable-pop --enable-imap --enable-nntp --enable-imap-edit-threads --with-ssl --enable-hcache && make +CC="gcc -g" ./configure --enable-pgp --enable-smime --with-regex --enable-pop --enable-imap --enable-nntp --enable-imap-edit-threads --with-ssl --enable-hcache --enable-debug && make