changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: expand defaults

changeset 287: 152aa544eaa4
parent 286: b83f6ec89f5d
child 288: 50329ab8865a
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 18 Jun 2024 14:26:09 -0400
files: default.sxp
description: expand defaults
     1.1--- a/default.sxp	Mon Jun 17 21:48:11 2024 -0400
     1.2+++ b/default.sxp	Tue Jun 18 14:26:09 2024 -0400
     1.3@@ -1,16 +1,23 @@
     1.4 ;; -*- mode:skel -*-
     1.5 :lisp "sbcl"
     1.6 :lisp-version "2.4.5"
     1.7-:cc "clang"
     1.8-:stash ".stash" ;; local build stash
     1.9-:dist nil ;; remote distribution directory, or nil to use the stash
    1.10-          ;; instead
    1.11-:install-prefix "/usr/local" ;; default install prefix
    1.12-:log-level :debug ;; should usually be set to at least :DEBUG, set to
    1.13-                  ;; :TRACE or T for verbose output
    1.14 :lisp-home "/usr/local/share/lisp"
    1.15 :quicklisp-home "/usr/local/share/lisp/quicklisp"
    1.16+
    1.17 :rust-home "/usr/local/share/rust"
    1.18 :cargo-home "/usr/local/share/rust/cargo"
    1.19 :rustup-home "/usr/local/share/rust/rustup"
    1.20-:features (:default :pod :box :org) ;; :demo 
    1.21+
    1.22+:cc "clang"
    1.23+:ld "lld"
    1.24+
    1.25+:stash ".stash" ;; local build stash
    1.26+:store ".stash/share/store" ;; local store
    1.27+:dist ".stash/share/store/dist" ;; local dist
    1.28+
    1.29+:install-prefix "/usr/local" ;; default install prefix
    1.30+
    1.31+:log-level :debug ;; should usually be set to at least :DEBUG, set to
    1.32+                  ;; :TRACE or T for verbose output
    1.33+
    1.34+:features (:default :pod :box :org) ;; :demo