From 4023e1bba3ccadb41424d97fb8a816ffe2dee44f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 29 Mar 2019 11:47:17 -0400 Subject: [PATCH] Removed the TODO on meson dist; that's documented at https://mesonbuild.com/Creating-releases.html. Also deduplicated some TODOs. --- meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson.build b/meson.build index a73009a2..0921673f 100644 --- a/meson.build +++ b/meson.build @@ -8,9 +8,7 @@ # [--b_sanitize=whatever] # It turns out that I wouldn't really need any custom options; go figure. # MESONTODO I'm not sure how to allow building 32-bit instead of 64-bit with meson. -# MESONTODO figure out what (meson/ninja) dist do # MESONTODO figure out why test and examples aren't included in ninja all -# MESONTODO figure out how to make an overarching "examples" target # MESONTODO "cl : Command line warning D9038 : /ZI is not supported on this platform; enabling /Zi instead" # MESONTODOs from cmake; not sure if they're relevant here: # - uname -s for more refined OS control