diff options
Diffstat (limited to 'erts/etc/unix/etp-commands')
| -rw-r--r-- | erts/etc/unix/etp-commands | 27 | 
1 files changed, 27 insertions, 0 deletions
diff --git a/erts/etc/unix/etp-commands b/erts/etc/unix/etp-commands index f059662271..35f75df5c1 100644 --- a/erts/etc/unix/etp-commands +++ b/erts/etc/unix/etp-commands @@ -2075,6 +2075,33 @@ document etp-system-info  %---------------------------------------------------------------------------  end +define etp-compile-info +  printf "--------------- Compile Information ---------------\n" +  printf "CFLAGS: %s\n", erts_build_flags_CFLAGS +  printf "LDFLAGS: %s\n", erts_build_flags_LDFLAGS +  printf "Use etp-config-h-info to dump config.h\n" +end + +document etp-compile-info +%--------------------------------------------------------------------------- +% etp-compile-info +% +% Print information about how the system was compiled +%--------------------------------------------------------------------------- +end + +define etp-config-h-info +  printf "%s", erts_build_flags_CONFIG_H +end + +document etp-config-h-info +%--------------------------------------------------------------------------- +% etp-config-h-info +% +% Dump the contents of config.h when the system was compiled +%--------------------------------------------------------------------------- +end +  define etp-dictdump  # Args: ProcDict*  #  | 
