0d3bed8808b5c157bf21cd0d8dbe2371a2d403a0
[BearSSL] / 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