Does Emacs support the portable dumper? no 怎么开启

编译emacs27.1 Does Emacs support the portable dumper? no

要开启样怎么开?

没用过 dumper,不过我印象中是默认开启的吧?

./configure 的时候可以试试下面的选项:

--with-pdumper=VALUE    enable pdumper support unconditionally ('yes', 'no',                                                                                           
                          or 'auto': default 'auto')                                                                                                                                                                                                                               
--with-dumping=VALUE    kind of dumping to use for initial Emacs build                                                                                                 
                          (VALUE one of: pdumper, unexec, none; default                                                                                                  
                          pdumper)             

./configure --with-pdumper=yes

加上 --with-pdumper 这个就ok了,谢了