From cfca9a40c9cdacffcd8aab94b51b681cc0e8b528 Mon Sep 17 00:00:00 2001 From: Carlos Garces Date: Tue, 12 Oct 2021 16:00:45 +0200 Subject: [PATCH] Allow reproducible builds --- core/rtw_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rtw_debug.c b/core/rtw_debug.c index 3c79e79..4325d30 100644 --- a/core/rtw_debug.c +++ b/core/rtw_debug.c @@ -42,7 +42,7 @@ const char *rtw_log_level_str[] = { void dump_drv_version(void *sel) { RTW_PRINT_SEL(sel, "%s %s\n", DRV_NAME, DRIVERVERSION); - RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__); + // RTW_PRINT_SEL(sel, "build time: %s %s\n", __DATE__, __TIME__); } void dump_drv_cfg(void *sel)