commit | 38933c11514696505e49fd8036ebd1d1e62fa6ec | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Thu May 31 01:06:41 2018 +0200 |
committer | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Thu May 31 11:51:23 2018 +0200 |
tree | 829a3ff8410c47d48761ce20214e94a9e07b3cb3 | |
parent | 729f7373deaf98d860ef95be36ef8af267218bc3 [diff] |
radv: Add option to print errors even in optimized builds. Errors are not that common of a case so we can eat a slight perf hit in having to call a function and do a runtime check. In turn this makes debugging random errors happening for end users easier, because they don't have to have a debug build on hand. Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>