choose debug info key timestamps from debug info path, rather than module timestamp; the module should be allowed to be newer

This commit is contained in:
Ryan Fleury
2024-05-26 13:25:03 -07:00
parent 05c751a61a
commit 15f5894c60
3 changed files with 15 additions and 16 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
__declspec(dllexport) int
loop_iteration(int it)
{
return 111;
#if 0
//return 111;
#if 1
int sum = 0;
for(int i = 0; i < 1000; i += 1)
{