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 8c3ffae commit 444c4adCopy full SHA for 444c4ad
docs/Buidling-ls1-Brads-Env.md
@@ -10,12 +10,12 @@ This file contains instructions for building `llama.cpp` with `cosmocc` to yield
10
Let's define some environment variables, resetting those that affect the Makefile:
11
```
12
BUILDING_DIR="1-BUILDING-llama.cpp"
13
-export CC=""
14
-export CXX=""
15
-export AR=""
16
-export UNAME_S=""
17
-export UNAME_P=""
18
-export UNAME_M=""
+unset CC
+unset CXX
+unset AR
+unset UNAME_S
+unset UNAME_P
+unset UNAME_M
19
printf "\n**********\n*\n* FINISHED: Environment Variables.\n*\n**********\n\n"
20
21
0 commit comments