diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/zlib.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 04746c4bf..ab9ae94e7 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -56,7 +56,8 @@ <term><envar>CFLAGS='-mstackrealign -fPIC -O3'</envar></term> <listitem> <para>Setting CFLAGS overrides the default optimization in the - package to prevent some run time errors.</para> + package to prevent some run time errors. Note that the -mstackrealign + may cause build failures in non-Intel architeture systems.</para> </listitem> </varlistentry> </variablelist> |