File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
- sbcl\sbcl.exe --eval " (load \" ql.lisp\" )" --eval " (load \" quicklisp/setup.lisp\" )" --eval " (push #P\" ./common-lisp\" ql:*local-project-directories*)" --eval " (ql:update-all-dists)" --eval " (ql:quickload :cl-isaac)" --eval " (ql:quickload :clog)" --eval " (ql:quickload :clog/tools)" --eval " (sb-ext:save-lisp-and-die #P\" builder.exe\" :toplevel (lambda () (clog-tools:clog-builder :port 0 :app t :start-browser t)(loop (sleep 10))) :executable t)"
1
+ sbcl\sbcl.exe --no-userinit --no-sysinit -- eval " (load \" ql.lisp\" )" --eval " (load \" quicklisp/setup.lisp\" )" --eval " (push #P\" ./common-lisp\" ql:*local-project-directories*)" --eval " (ql:update-all-dists)" --eval " (ql:quickload :cl-isaac)" --eval " (ql:quickload :clog)" --eval " (ql:quickload :clog/tools)" --eval " (sb-ext:save-lisp-and-die #P\" builder.exe\" :toplevel (lambda () (clog-tools:clog-builder :port 0 :app t :start-browser t)(loop (sleep 10))) :executable t)"
You can’t perform that action at this time.
0 commit comments