diff options
Diffstat (limited to 'doc/texi/building/prerequisites.bundled.texi')
-rw-r--r-- | doc/texi/building/prerequisites.bundled.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi/building/prerequisites.bundled.texi b/doc/texi/building/prerequisites.bundled.texi index f5af0fcce..b9f5b7590 100644 --- a/doc/texi/building/prerequisites.bundled.texi +++ b/doc/texi/building/prerequisites.bundled.texi @@ -1,3 +1,3 @@ @quotation Note -It is recommended to use the platform distribution's bundled compiler for maximum C++ compatibility. If you build with a custom compiler it will likely introduce non-standard runtime requirements. There are of course many valid reasons to build with unbundled compilers, but be aware it is generally unsupported and left as an exercise to the reader. +It is recommended to use the platform distribution's standard compiler for maximum C++ compatibility. If you build with a custom compiler it will likely introduce non-standard runtime requirements and have new/delete, exception and RTTI incompatibilities. There are of course many valid reasons to build with unbundled compilers, but be aware it is generally unsupported and left as an exercise to the reader. @end quotation |