瀏覽代碼

core: print the architecture for Kamailio was compiled for (included in '-I')

Henning Westerholt 6 年之前
父節點
當前提交
6b1bb063ad
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main.c

+ 1 - 0
src/main.c

@@ -276,6 +276,7 @@ void print_internals(void)
 #endif
 	printf("  Source code revision ID: %s\n", ver_id);
 	printf("  Compiled with: %s\n", ver_compiler);
+	printf("  Compiled architecture: %s\n", ARCH);
 	printf("  Compiled on: %s\n", ver_compiled_time);
 	printf("Thank you for flying %s!\n", NAME);
 }