mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-05 02:37:49 +00:00
No need for -g or -O in LDFLAGS
Fix a mistake in the previous commit. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -101,7 +101,7 @@ test: check
|
||||
|
||||
ifndef WINDOWS
|
||||
# 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
|
||||
covtest:
|
||||
$(MAKE) check
|
||||
|
||||
Reference in New Issue
Block a user