diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-07-05 23:19:34 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2023-07-05 23:19:34 +0300 |
| commit | 161f7df7b992c94f9b75e671fa55a1a987be7231 (patch) | |
| tree | ce3f8cb0e2771cdeb09b60dfcf94dbebb1defc41 /Makefile | |
| parent | aed1395c53989605ecbb97e385a1e091b98ddb7d (diff) | |
build: bump version to 1.11.9
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ endif # when MU_HACKER is set, do a debug build # MU_HACKER is for djcb & compatible developers +# note that mu uses C++17, we only pass C++20 here +# for the better error messages (esp. for fmt). ifneq (${MU_HACKER},) MESON_FLAGS:=$(MESON_FLAGS) '-Dbuildtype=debug' \ '-Db_sanitize=address' \ |
