summaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer3
1 files changed, 3 insertions, 0 deletions
diff --git a/README-maintainer b/README-maintainer
index dc3e1d5b..77c1b1a3 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -90,6 +90,9 @@ RELEASE PREPARATION
* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`. Test
with newer version of gcc if available.
+* Test 32-bit. Pass `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++` to
+ `./configure`.
+
* Test build on a mac.
* Test with address sanitizer as described above.