Xplat native build with existing artifacts doesn't rebuild if only symbol stripping configuration has changed #20086
Labels
area-Infrastructure-libraries
backlog-cleanup-candidate
An inactive issue that has been marked for automated closure.
enhancement
Product code improvement that does NOT require public API changes/additions
no-recent-activity
Milestone
CMake (or Make) doesn't rebuild the xplat binaries when
-stripSymbols
is set differently than the command that built what's inbin
. Symbol stripping happens on build, so this means someone might run a "successful" build command that ends up with unexpected outputs in this very specific case. Repro:Workaround: clean the native artifacts to force a new build.
This was a known issue introduced with dotnet/corefx#15440.
/cc @ellismg
The text was updated successfully, but these errors were encountered: