build: expose option to enable or disable precompiled std headers

They are enabled by default, and Meson will also prints whether or not
they're enabled at the bottom at the end of configuration.

Change-Id: I48db238510bf9e74340b86f243f4bbe360794281
This commit is contained in:
Qyriad
2024-06-06 12:46:26 -06:00
parent 8f9bcd20eb
commit 06e65e537b
10 changed files with 31 additions and 13 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ libexpr = library(
include_directories : [
'../libmain',
],
cpp_pch : ['../pch/precompiled-headers.hh'],
cpp_pch : cpp_pch,
install : true,
# FIXME(Qyriad): is this right?
install_rpath : libdir,