boards/native: remove deprecated all-debug target

This commit is contained in:
Alexandre Abadie 2020-10-28 22:07:36 +01:00
parent e8453eaba8
commit 2c8317bc8d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 10 deletions

View File

@ -137,9 +137,6 @@ endif
all: # do not override first target
all-debug: all
@$(COLOR_ECHO) '$(COLOR_RED)`all-debug` is deprecated, just use `all`$(COLOR_RESET)'
all-gprof: all
all-asan: all

View File

@ -31,11 +31,4 @@ On Debian/Ubuntu you can install the required libraries with
sudo apt install gcc-multilib
```
# Building native with debug flags
@deprecated `make all-debug` is deprecated; `make all` now builds with debugs
flags by default. The target will be removed after the 2020.10
release.
To build with debug flags for `native` use `make all-debug` instead of
`make all`
*/