From 3ad48069d37d42cc56e48399bb429dc50416e556 Mon Sep 17 00:00:00 2001 From: Jjp137 Date: Thu, 17 Oct 2019 20:13:04 -0700 Subject: Fix word wrapping --- doc/nimc.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/nimc.rst') diff --git a/doc/nimc.rst b/doc/nimc.rst index 78eeaffec..c59653b34 100644 --- a/doc/nimc.rst +++ b/doc/nimc.rst @@ -114,7 +114,8 @@ Level Description ===== ============================================ 0 Minimal output level for the compiler. 1 Displays compilation of all the compiled files, including those imported - by other modules or through the `compile pragma`_. + by other modules or through the `compile pragma + `_. This is the default level. 2 Displays compilation statistics, enumerates the dynamic libraries that will be loaded by the final binary and dumps to @@ -130,9 +131,10 @@ Compile time symbols Through the ``-d:x`` or ``--define:x`` switch you can define compile time symbols for conditional compilation. The defined switches can be checked in -source code with the `when statement `_ and -`defined proc `_. The typical use of this switch is to -enable builds in release mode (``-d:release``) where optimizations are +source code with the `when statement +`_ and +`defined proc `_. The typical use of this switch is +to enable builds in release mode (``-d:release``) where optimizations are enabled for better performance. Another common use is the ``-d:ssl`` switch to activate SSL sockets. -- cgit 1.4.1-2-gfad0