Makefile, .gitignore, .editorconfig, configure, tests/cc-compat.sh: added configure script for compiler optimizations

This commit is contained in:
2024-01-15 15:30:21 -07:00
parent 622c13021d
commit 49a3bb9f30
5 changed files with 55 additions and 13 deletions

View File

@@ -6,3 +6,6 @@ end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = true
[configure]
indent_size = 2