Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 21 of 21) sorted by relevance

/mbedtls-latest/programs/
DMakefile151 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) aes/crypt_and_hash.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
155 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) cipher/cipher_aead_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
159 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/generic_sum.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
163 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
167 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/md_hmac_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
171 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_client.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
175 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_genprime.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
179 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_server.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
183 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/ecdh_curve25519.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
187 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/ecdsa.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
[all …]
/mbedtls-latest/tests/scripts/
Dcomponents-platform.sh43 make CC=gcc CFLAGS='-Werror -Wall -Wextra -mpclmul -msse2 -maes'
50 make CC=gcc CFLAGS='-Werror -Wall -Wextra -mno-pclmul -mno-sse2 -mno-aes'
59 make CC=gcc CFLAGS='-O2 -Werror'
70 make CC=gcc CFLAGS='-Werror -Wall -Wextra -mpclmul -msse2 -maes'
95 make CC=gcc CFLAGS='-m32 -Werror -Wall -Wextra' LDFLAGS='-m32'
108 make CC=gcc CFLAGS='-m32 -Werror -Wall -Wextra -mpclmul -msse2 -maes' LDFLAGS='-m32'
132 make CC=clang CFLAGS='-m32 -Werror -Wall -Wextra' LDFLAGS='-m32'
152 make -B library/aesce.o CC=clang CFLAGS="--target=aarch64-linux-gnu -march=armv8-a+crypto"
155 …make -B library/aesce.o CC=clang CFLAGS="--target=arm-linux-gnueabihf -mcpu=cortex-a72+crypto -mar…
158 …make -B library/aesce.o CC=clang CFLAGS="--target=arm-linux-gnueabihf -mcpu=cortex-a32+crypto -mth…
[all …]
Dcomponents-configuration.sh177 make CFLAGS='-O -Werror -Wall -Wextra'
186 make CFLAGS='-O -Werror -Wall -Wextra'
203 make CFLAGS='-O -Werror -Wall -Wextra'
218 make CC=gcc CFLAGS='-O -Werror -Wall -Wextra -Wno-error=cpp' lib programs
225 …make CC=gcc CFLAGS='-O -Werror -Wall -Wextra -Wno-error=deprecated-declarations -Wno-error=cpp -DM…
237 make CFLAGS="-O1 -Werror -I$PWD/tests/include/baremetal-override/"
290 …make lib CC="clang" CFLAGS="--target=arm-linux-gnueabihf -march=armv7-m -mthumb -Os -std=c99 -Werr…
294 …make lib CC="gcc" CFLAGS="-Os -std=c99 -Werror -Wall -Wextra -Wwrite-strings -Wpointer-arith -Wsha…
312 make CC=gcc CFLAGS='-Werror -Wall -Wextra -std=c99 -pedantic -Os -D_DEFAULT_SOURCE' lib programs
313 make CC=gcc CFLAGS='-Werror -Wall -Wextra -Os' test
[all …]
Dcomponents-compiler.sh29 make CC="$cc" CFLAGS="$opt -std=c99 -pedantic -Wall -Wextra -Werror"
86 …make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -Wall …
89 …make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -maes …
93 …make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -Wall …
94 …make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -Wall …
99 …make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -Wall …
116 …make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/user-config-zeroize-memset.h\"' -DMBED…
137 make programs CC="$compiler" DEBUG=1 CFLAGS="$optimization_flag"
Dcomponents-configuration-crypto.sh51 make CC=gcc CFLAGS='-Werror -Wall -Wextra -I../tests/include/spe' lib
280 make CC=$ASAN_CC CFLAGS="$ASAN_CFLAGS -DMBEDTLS_TEST_USE_PSA_CRYPTO_RNG" LDFLAGS="$ASAN_CFLAGS"
299 make CC=$ASAN_CC CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS"
314 make CC=$ASAN_CC CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS"
332 …make CC=$ASAN_CC CFLAGS="$ASAN_CFLAGS '-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/user-config-f…
345 make CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS"
372 make CC=$ASAN_CC CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS"
581 make CFLAGS='-Werror -Wall -Wextra -I../tests/include/alt-dummy' lib
615 make CC=$ASAN_CC CFLAGS="$ASAN_CFLAGS" LDFLAGS="$ASAN_CFLAGS"
639 make CFLAGS='-O1 -Werror'
[all …]
Dcomponents-configuration-platform.sh30 make CC=gcc CFLAGS='-Werror -Wall -Wextra -O1 -std=c99 -pedantic' lib
61 make CC=gcc CFLAGS='-O2 -Werror -Wall -Wextra -DMBEDTLS_HAVE_INT32'
73 make CC=gcc CFLAGS='-O2 -Werror -Wall -Wextra -DMBEDTLS_HAVE_INT64'
87 …make CC=gcc CFLAGS="$ASAN_CFLAGS -Werror -Wall -Wextra -DMBEDTLS_HAVE_INT32" LDFLAGS="$ASAN_CFLAGS"
97 make CFLAGS='-Werror -O1'
107 make CFLAGS='-Werror -O1'
Dcomponents-configuration-tls.sh318 make CC=gcc CFLAGS='-Werror -Wall -Wextra -O1 -Wmissing-prototypes'
325 make CC=gcc CFLAGS='-Werror -Wall -Wextra -O1 -Wmissing-prototypes'
458 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
480 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
494 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
510 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
530 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
551 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
570 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
583 make CFLAGS="'-DMBEDTLS_USER_CONFIG_FILE=\"../tests/configs/tls13-only.h\"'"
Dcomponents-configuration-x509.sh17 make CFLAGS='-Werror -O2'
31 make CFLAGS="-DMBEDTLS_TEST_SW_INET_PTON"
Dall.sh428 ARM_TOOL_VARIANT="ult" CC="$ARMC6_CC" AR="$ARMC6_AR" CFLAGS="$FLAGS" \
989 …make CC=$ASAN_CC -C tests libtestdriver1.a CFLAGS=" $ASAN_CFLAGS $loc_accel_flags" LDFLAGS="$ASAN_…
1007 …make CC=$ASAN_CC CFLAGS="$ASAN_CFLAGS -I../tests/include -I../tests -I../../tests -DPSA_CRYPTO_DRI…
Dbasic-build-test.sh72 export CFLAGS=' --coverage -g3 -O0 '
/mbedtls-latest/scripts/
Dmemory.sh63 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os lib >/dev/null 2>&1
65 CFLAGS=$CFLAGS_EXEC make OFLAGS=-Os ssl/$CLIENT >/dev/null
73 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os lib >/dev/null 2>&1
75 CFLAGS=$CFLAGS_MEM make OFLAGS=-Os ssl/$CLIENT >/dev/null
Dlcov.sh9 1. Build the library with CFLAGS="--coverage -O0 -g3" and link the test
13 make CFLAGS="--coverage -O0 -g3" LDFLAGS="--coverage"
Dcommon.make7 CFLAGS ?= -O2
54 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -E - |
Dfootprint.sh72 CFLAGS="$ARMGCC_FLAGS" make lib >/dev/null
/mbedtls-latest/tests/
DMakefile169 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $<
173 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $<
177 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $<
210 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) $< $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
284 …$(MAKE) -C ./libtestdriver1/library CFLAGS="-I../../ $(CFLAGS)" LDFLAGS="$(LDFLAGS)" libmbedcrypto…
/mbedtls-latest/configs/
DREADME.txt15 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" make
20 CFLAGS="-I$PWD/configs -DMBEDTLS_CONFIG_FILE='<foo.h>'" cmake .
/mbedtls-latest/
DREADME.md13 Compiler options can be set using conventional environment variables such as `CC` and `CFLAGS` when…
109 …ic libraries. Setting `DEBUG` gives you a debug build. You can override `CFLAGS` and `LDFLAGS` by …
111CFLAGS` overrides its default value of `-O2` and setting `WARNING_CFLAGS` overrides its default va…
162 CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables).
179 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
189 Regarding variables, also note that if you set CFLAGS when invoking cmake,
190 your value of CFLAGS doesn't override the content provided by cmake (depending
DChangeLog4817 * Adjusting/overriding CFLAGS and LDFLAGS with the make build system is now
4874 * User set CFLAGS were ignored by Cmake with gcc (introduced in 1.3.9, found
/mbedtls-latest/programs/fuzz/
DMakefile27 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -c $< -o $@
/mbedtls-latest/library/
DMakefile9 CFLAGS ?= -O2 macro
320 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) -o $@ -c $<
/mbedtls-latest/docs/
Dpsa-driver-example-and-guide.md127 …out significantly modifying the configuration. This can be done by passing the option via `CFLAGS`.
130 make CFLAGS="-DDRIVER_PREFIX_ENABLED"
132 * **CMake**: CFLAGS must be passed to CMake when it is invoked. Invoke CMake with
135 CFLAGS="-DDRIVER_PREFIX_ENABLED" cmake path/to/source