Compare commits

...

2 Commits

Author SHA1 Message Date
Kat R. 64cd37e921 There's the AI thing to add 2022-11-12 14:53:09 -06:00
Kat R. 65822a2ec6 Added -Wall 2022-11-12 14:53:01 -06:00
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export BOOTDIR=/boot
export LIBDIR=$EXEC_PREFIX/lib
export INCLUDEDIR=$PREFIX/include
export CFLAGS='-O2 -g'
export CFLAGS='-O2 -g -Wall'
export CPPFLAGS=''
# Sysroot time!

View File

@ -1,4 +1,5 @@
- Address the virality issue: it shouldn't leak with small segments of code.
- Related to above: we may need an LGPL style exception for libraryesque stuff
- Maybe drop the whole base/l/w/lw thing. Too complicated, really.
- Oh, yeah. NFTs and Cryptocurrency are bad. Add those to the list.
- Oh, yeah. NFTs and Cryptocurrency are bad. Add those to the list.
- You may not feed my code into an AI coding tool as training data.