chore: undo unintentional meson changes, update README

This commit is contained in:
Tropical
2026-03-10 17:32:53 -05:00
parent 69c3e61ca3
commit fe631bcff8
3 changed files with 6 additions and 10 deletions
+4 -5
View File
@@ -1,11 +1,10 @@
project('4jcraft-chucklegrounds', ['cpp', 'c'],
version : '0.1.0',
default_options : [
'warning_level=0',
'buildtype=debug',
'unity=on', # merge source files per target → fewer compile units
'unity_size=8', # files per unity batch (tune up for faster full builds)
'b_pch=true', # precompiled headers
'buildtype=debug', # for now
'unity=on', # merge source files per target
'unity_size=8', # TODO: mess around with this
'b_pch=true', # precompiled headers
],
)