libk  Check-in [49bf71fb47]

Overview
Comment:enable debugging and add -ffreestanding to gcc cmd line to squash attempts to "optimize" functions by converting them to libc calls, e.g. turning kmzero() calls into memset() calls
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 49bf71fb47fe3eb8735a26becb29a36ead58f21cbfe776b4c043fd9b654f2f06
User & Date: lexi on 2019-08-21 01:58:02
Other Links: manifest | tags
Context
2019-08-21
03:10
add assembly output flag to build.sh check-in: 06e32bd3b4 user: lexi tags: trunk
01:58
enable debugging and add -ffreestanding to gcc cmd line to squash attempts to "optimize" functions by converting them to libc calls, e.g. turning kmzero() calls into memset() calls check-in: 49bf71fb47 user: lexi tags: trunk
01:20
rename $out build var to $to for nixos compat; refactor announce command to choose a color automatically instead of forcing it to be specified on every command line check-in: b590aba21d user: lexi tags: trunk
Changes

Modified build.sh from [b2a27b403b] to [3df2029917].    [diff]