diff --git a/config.sh b/config.sh index 0f0b522..1dd77b1 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 -Wall' +export CFLAGS='-O2 -g' export CPPFLAGS='' # Sysroot time! diff --git a/notes/CWPL/future todos b/notes/CWPL/future todos index 5ab786c..a8621f7 100644 --- a/notes/CWPL/future todos +++ b/notes/CWPL/future todos @@ -1,5 +1,4 @@ - 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. -- You may not feed my code into an AI coding tool as training data. \ No newline at end of file +- Oh, yeah. NFTs and Cryptocurrency are bad. Add those to the list. \ No newline at end of file