From 35750c41fefd0f988df8f7ca3adb1e14727a1de7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 31 Mar 2019 01:02:00 -0400 Subject: [PATCH] Removed the TODO on the spurious MSVC warning; it's a meson bug and I've filed it now. When I rewrite the README, I'll link that bug. --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 5099cafc..968ee514 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,6 @@ # [--b_sanitize=whatever] # 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" # TODO I'm not sure how to allow building 32-bit instead of 64-bit with meson