diff options
author | pommicket <pommicket@gmail.com> | 2022-11-06 19:30:06 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-11-06 19:30:06 -0500 |
commit | ece89628317969de433e6673c35c74dfd7a3184d (patch) | |
tree | d8d4877161dd9fee83cbdd8dca81100755c76e9e /src/main.rs | |
parent | ad2a0c98a08bfe47d0f7a582cc04b72a10132312 (diff) |
more docs, more cleanup
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9ad34e3..a47c043 100644 --- a/src/main.rs +++ b/src/main.rs @@ -6,6 +6,7 @@ - finish docs - make sure --no-stdlib generates a tiny executable - make executables more tiny (overlap sections, etc.) +- static libraries */ // you will need gcc-multilib to compile a 32-bit executable (with stdlib) |