Removed the TODO on meson dist; that's documented at https://mesonbuild.com/Creating-releases.html. Also deduplicated some TODOs.

This commit is contained in:
Pietro Gagliardi 2019-03-29 11:47:17 -04:00
parent 257536103f
commit 4023e1bba3
1 changed files with 0 additions and 2 deletions

View File

@ -8,9 +8,7 @@
# [--b_sanitize=whatever] # [--b_sanitize=whatever]
# It turns out that I wouldn't really need any custom options; go figure. # 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 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 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" # 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: # MESONTODOs from cmake; not sure if they're relevant here:
# - uname -s for more refined OS control # - uname -s for more refined OS control