We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fef03 commit dd49997Copy full SHA for dd49997
package/build.lisp
@@ -1,4 +1,4 @@
1
(push :ecs-unsafe *features*)
2
(proclaim '(optimize (speed 3) (safety 0) (debug 0) (compilation-speed 0)))
3
-(asdf:load-system :thoughtbound)
+(ql:quickload '(:thoughtbound :deploy))
4
(asdf:make :thoughtbound)
0 commit comments