From 21be08ec557f7dd837b29808c3e8d89203365aac Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Mon, 13 Feb 2023 21:02:27 +0600 Subject: [PATCH] changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d9a154e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# v5 ++ added task clean ++ added task exec_dbg ++ added task build_profile ++ added -flto optimization to build_exec task ++ added -fprofile-use to build_exec task ++ removed default configs loading in `init.sh`, now reads just line with version from `cbuild/default.config` and `default.config` ++ OBJDIR structure changed ++ added error on unknown task in config ++ makefile now writes logs to make_raw.log ++ added makefile task fix_log ++ new comments in scripts and Makefile ++ wrapped arguments with quots in scripts