-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.sxp
32 lines (24 loc) · 982 Bytes
/
default.sxp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
;; -*- mode:skel -*-
:packy-url "https://packy.compiler.company"
:vc-url "https://vc.compiler.company"
:lisp "sbcl"
:lisp-version "2.4.8"
:lisp-home "/usr/local/share/lisp"
:quicklisp-home "/usr/local/share/lisp/quicklisp"
:rustc "rustc"
:rust-home "/usr/local/share/rust"
:cargo-home "/usr/local/share/rust/cargo"
:rustup-home "/usr/local/share/rust/rustup"
:cc "clang"
:ld "ld.lld"
:stash ".stash" ;; local build stash
:store ".stash/share/store" ;; local store
:dist ".stash/share/store/dist" ;; local dist
:install-prefix "/usr/local" ;; default install prefix
:log-level :debug ;; should usually be set to at least :DEBUG, set to
;; :TRACE or T for verbose output
:features (:default) ;; :demo :rust :rust-docs :caddy :stumpwm :emacs
;; :emacs-mini :sbcl-gencgc :sbcl :sbcl-docs :prolog
;; :ublk :blake3 :ts :ts-langs :rust-tools :rocksdb
;; :quicklisp :pod :box :packy :org
:secrets nil