mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-05-28 17:11:23 +02:00
11 lines
209 B
C
11 lines
209 B
C
#pragma once
|
|
|
|
/* Disable all native/asm backends */
|
|
// #define MLD_CONFIG_USE_NATIVE_BACKEND_ARITH
|
|
|
|
/* No SuperCop */
|
|
#define MLD_CONFIG_NO_SUPERCOP
|
|
|
|
/* No verification API */
|
|
#define MLD_CONFIG_NO_VERIFY_API
|