various small fixes #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "small_fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Various small cleanups and fixing warnings
/builddirectory to .gitignore and remove the old build artifacts that no longer get createdlexer_shift_bufferceabd22b70toc0025eb4d3c0025eb4d3toea5164e584Release builds now fail on warnings and the release configuration is added as a dependency to
make validate. The idea is that debug builds during development can warn butmake validatewill fail when there are warnings.The correct clang version is picked to match the compiler-rt version in alpine edge repositories.