X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=options.lua;h=429c5b8ef577033c5535e347b9b922928cc213d8;hp=4839144d99f97a9ca19c30b40c6ecf39645a4bd5;hb=b7bb13579fa86907a8c221a9dc6285f26942ad44;hpb=574af38ed616d1adfa5e6ce35f67cda1f707f89d diff --git a/options.lua b/options.lua index 4839144..429c5b8 100644 --- a/options.lua +++ b/options.lua @@ -294,6 +294,19 @@ rebuilt when you run make. This may add some overhead to the build process. If in doubt, say Yes. +]] + }, + { + symbol = "pch", + value = false, + cmdline = "--enable-pch", + name = "Use Precompiled Header", + caption = "Enable building and using a precompiled header.", + help = [[ +Recent versions of GCC can use precompiled headers +which may improve compile times. + +If in doubt, say No. ]] }, {