wok-6.x diff qemacs-tiny/receipt @ rev 14185
asterisk: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 11 19:01:08 2013 +0100 (2013-03-11) |
parents | 6be450c86868 |
children | a436a235f098 |
line diff
1.1 --- a/qemacs-tiny/receipt Fri Aug 17 14:50:02 2012 +0200 1.2 +++ b/qemacs-tiny/receipt Mon Mar 11 19:01:08 2013 +0100 1.3 @@ -18,7 +18,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - export CFLAGS="-Wno-error=unused-but-set-variable" 1.8 + export CFLAGS="-Wno-error=unused-but-set-variable -O2" 1.9 sed -i 's/\(define SAVED_DATA_SIZE \).*/\1 __builtin_offsetof(EditState,end_of_saved_data)/' qe.h 1.10 ./configure --prefix=/usr --enable-tiny && make qe 1.11 }