From 5c0f542222ba2d8c552d528d0f63041a1f4aa3a0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 30 Mar 2019 17:56:47 -0400 Subject: [PATCH] Removed TODO about incremental linking; I checked meson's source code and the way I'm specifying to turn it off is indeed the way to turn it off (and in fact is how it's disabled with --buildtype=minsize as well, so). --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 410add19..5099cafc 100644 --- a/meson.build +++ b/meson.build @@ -9,7 +9,6 @@ # It turns out that I wouldn't really need any custom options; go figure. # MESONTODO figure out why test and examples aren't included in ninja all # MESONTODO "cl : Command line warning D9038 : /ZI is not supported on this platform; enabling /Zi instead" -# MESONTODOs disable incremental linking? I forget if meson already doesn't do this or not; we did it manually in cmake # TODO I'm not sure how to allow building 32-bit instead of 64-bit with meson