Module: kamailio Branch: master Commit: 6b1bb063adc7310f297ef426af2b415ed2273eb4 URL: https://github.com/kamailio/kamailio/commit/6b1bb063adc7310f297ef426af2b415e...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-09-25T14:21:07+02:00
core: print the architecture for Kamailio was compiled for (included in '-I')
---
Modified: src/main.c
---
Diff: https://github.com/kamailio/kamailio/commit/6b1bb063adc7310f297ef426af2b415e... Patch: https://github.com/kamailio/kamailio/commit/6b1bb063adc7310f297ef426af2b415e...
---
diff --git a/src/main.c b/src/main.c index e3c73815ef..a474f88442 100644 --- a/src/main.c +++ b/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); }