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).

This commit is contained in:
Pietro Gagliardi 2019-03-30 17:56:47 -04:00
parent 31ca852cef
commit 5c0f542222
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
# 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 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 "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 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 # TODO I'm not sure how to allow building 32-bit instead of 64-bit with meson