003 File Manager
Current Path:
/usr/src/contrib/bearssl/conf
usr
/
src
/
contrib
/
bearssl
/
conf
/
📁
..
📄
Unix.mk
(1.26 KB)
📄
Unix32.mk
(434 B)
📄
UnixClang.mk
(281 B)
📄
Win.mk
(1.39 KB)
📄
samd20.mk
(612 B)
Editing: Unix32.mk
# Example configuration file for compiling on a Unix-like system with # GCC, targeting a 32-bit output. Moreover, it enables the "LOMUL" setting # to make the code select the "small" integer implementations (i15, m15, # ctmul32...), which is not necessarily a good idea for performance, but # handy for tests. include conf/Unix.mk BUILD = build32 CFLAGS = -W -Wall -Os -fPIC -m32 -DBR_LOMUL LDFLAGS = -m32 LDDLLFLAGS = -shared -m32
Upload File
Create Folder