Lines Matching +full:- +full:dwith_tests
3 …version: run_command('dunamai', 'from', 'git', '--style', 'semver', '--dirty', check: true).stdout…
5 license: 'BSD-3-Clause OR GPL-2.0-or-later',
11 # dunamai is used for version sync with gconf (in the same way poetry-dynamic-versioning does)
57 '-fno-builtin',
58 '-D_FORTIFY_SOURCE=2',
59 '-fstack-protector-strong',
60 '-DUSE_WARN_UNUSED_RET',
61 '-ffreestanding'
67 # 1. build-relative options first
69 # info compilers arguments (such as m32/m64 should be cross-file related.
70 # just using a different cross-file (event for m32 on m64 arch for e.g. is enough
74 build_args += '-DWORDSIZE=16'
76 build_args += '-DWORDSIZE=32'
78 build_args += '-DWORDSIZE=64'
83 build_args += '-DWITH_STDLIB'
88 build_args += '-DDEBUG'
93 build_args += '-DUSE_CRYPTOFUZZ'
98 build_args += '-DUSE_ASSERT_PRINT'
103 build_args += '-DUSE_WARN_UNUSED_RET'
110 build_args += '-DUSE_SIG_BLINDING'
115 build_args += '-DNO_USE_COMPLETE_FORMULAS'
120 build_args += '-DUSE_DOUBLE_ADD_ALWAYS'
122 build_args += '-DUSE_MONTY_LADDER'
127 build_args += '-DUSE_MONTY_LADDER'
129 build_args += '-DUSE_DOUBLE_ADD_ALWAYS'
139 build_args += '-DWITH_LIBECC_CONFIG_OVERRIDE'
147 build_args += '-DWITH_CURVE_'+curve.to_upper()
153 build_args += '-DWITH_HASH_'+hash.to_upper()
159 build_args += '-DWITH_'+alg.to_upper()
166 build_args += '-DUSE_SMALL_STACK'
179 # to build both static and dynamic library, use -Ddefault_library=both option
278 # About tests, see src/tests/meson.build. Enabled with -Dwith_tests=true