mmmmh
This commit is contained in:
parent
82aee127b0
commit
a92b119549
99 changed files with 6922 additions and 5723 deletions
8
tools/build
Normal file
8
tools/build
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# cosmocc -Os -mtiny -o docs.com docs.c
|
||||
|
||||
# optimised version for x86/64 only, shaves off ~300KB
|
||||
x86_64-unknown-cosmo-cc -Os -mtiny -o ../docs/docs.com docs.c
|
||||
|
||||
rm ../docs/docs.com.dbg
|
||||
Loading…
Add table
Add a link
Reference in a new issue