wok-6.x diff qemacs-tiny/receipt @ rev 13882
busybox-boot: add mount=, loopfs= & subroot= cmdline args (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 17 15:57:34 2013 +0100 (2013-01-17) |
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 Thu Jan 17 15:57:34 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 }