From a8a8183bca5765e50ed0c5bf3745c9624b6af958 Mon Sep 17 00:00:00 2001
From: Rickard Green
Date: Wed, 11 Aug 2010 23:56:37 +0200
Subject: Add erlang:system_info(build_type)
Added erlang:system_info(build_type) which makes it
easier to chose drivers, NIF libraries, etc based
on build type of the runtime system.
---
erts/doc/src/erlang.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
(limited to 'erts/doc')
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 1eec45e0f3..cd3bcd3a07 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -5456,6 +5456,16 @@ true
erlang:system_info({allocator, Alloc}).
+ build_type
+ -
+
Returns an atom describing the build type of the runtime
+ system. This is normally the atom opt for optimized.
+ Other possible return values are debug, purify,
+ quantify, purecov, gcov, valgrind,
+ gprof, and lcnt. Possible return values
+ may be added and/or removed at any time without prior notice.
+
+
c_compiler_used
-
Returns a two-tuple describing the C compiler used when
--
cgit v1.2.3