mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
fix: adjust compiler options to not silence warning, remove likely AI-written comments
This commit is contained in:
parent
e5d9aa4fa4
commit
592fa5efc6
|
|
@ -1,11 +1,10 @@
|
||||||
project('4jcraft-chucklegrounds', ['cpp', 'c'],
|
project('4jcraft-chucklegrounds', ['cpp', 'c'],
|
||||||
version : '0.1.0',
|
version : '0.1.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
'warning_level=0',
|
'buildtype=debug', # for now
|
||||||
'buildtype=debug',
|
'unity=on', # merge source files per target
|
||||||
'unity=on', # merge source files per target → fewer compile units
|
'unity_size=8', # TODO: mess around with this
|
||||||
'unity_size=8', # files per unity batch (tune up for faster full builds)
|
'b_pch=true', # precompiled headers
|
||||||
'b_pch=true', # precompiled headers
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue