mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Remove __DATE__ and __TIME__ usage (#1506)
These macros make the build non-deterministic.
This commit is contained in:
committed by
GitHub
parent
92285f7c9d
commit
180adef84c
@@ -502,8 +502,6 @@ static int ParseArgs(int argc, const char **argv)
|
||||
gWimpyMode = 1;
|
||||
}
|
||||
|
||||
vlog("\nTest binary built %s %s\n", __DATE__, __TIME__);
|
||||
|
||||
PrintArch();
|
||||
|
||||
if (gWimpyMode)
|
||||
|
||||
Reference in New Issue
Block a user