diff --git a/config.sh b/config.sh index 1dd77b1..0f0b522 100755 --- a/config.sh +++ b/config.sh @@ -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! diff --git a/notes/CWPL/future todos b/notes/CWPL/future todos index a8621f7..5ab786c 100644 --- a/notes/CWPL/future todos +++ b/notes/CWPL/future todos @@ -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. \ No newline at end of file +- 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. \ No newline at end of file