From 4a153dbb3053a48806e2dbb1e8b7fd9b2dced925 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Mon, 19 Dec 2022 22:58:39 +0100 Subject: [PATCH] Support reproducable 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 9f0b106..8fdf0ec 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__); } #ifdef CONFIG_PROC_DEBUG