wok-6.x diff qemacs-tiny/receipt @ rev 13620
audacity (2.0.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 13 11:58:05 2012 +0100 (2012-11-13) |
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 Tue Nov 13 11:58:05 2012 +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 }