mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-19 00:40:14 +00:00
No need for -g or -O in LDFLAGS
Fix a mistake in the previous commit. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
202b1a07ba
commit
2f66115e0e
2
Makefile
2
Makefile
@ -137,7 +137,7 @@ test: check
|
|||||||
|
|
||||||
ifndef WINDOWS
|
ifndef WINDOWS
|
||||||
# Note: for coverage testing, build with:
|
# Note: for coverage testing, build with:
|
||||||
# make CFLAGS='--coverage -g3 -O0' LDFLAGS='--coverage -g3 -O0'
|
# make CFLAGS='--coverage -g3 -O0' LDFLAGS='--coverage'
|
||||||
# For the reference coverage measurement, see tests/scripts/basic-build-test.sh
|
# For the reference coverage measurement, see tests/scripts/basic-build-test.sh
|
||||||
covtest:
|
covtest:
|
||||||
$(MAKE) check
|
$(MAKE) check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user