Optimised code for encoding/decoding integers when the underlying architecture has...
[BearSSL] / conf / Unix32.mk
1 # Example configuration file for compiling on a Unix-like system with
2 # GCC, targeting a 32-bit output. Moreover, it enables the "LOMUL" setting
3 # to make the code select the "small" integer implementations (i15, m15,
4 # ctmul32...), which is not necessarily a good idea for performance, but
5 # handy for tests.
6
7 include conf/Unix.mk
8
9 BUILD = build32
10 CFLAGS = -W -Wall -Os -fPIC -m32 -DBR_LOMUL
11 LDFLAGS = -m32
12 LDDLLFLAGS = -shared -m32