Skip to content

Commit 222baf8

Browse files
committed
fix build system for -fobjc-tao flag mpa -p mulle-project-commit --ignore-untracked --boring --safe-amend fix build system for -fobjc-tao flag
1 parent e7efce8 commit 222baf8

File tree

4 files changed

+38
-8
lines changed

4 files changed

+38
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required( VERSION 3.1)
22

3-
project( mulle-objc-debug VERSION 0.21.1 LANGUAGES C)
3+
project( mulle-objc-debug VERSION 0.21.2 LANGUAGES C)
44

55

66
### mulle-sde environment

RELEASENOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.21.2
2+
3+
4+
5+
* adapt to changes in mulle-objc-runtime
6+
17
### 0.21.1
28

39
* HTML dump with CSS for nicer default output

cmake/share/CompilerDetectionC.cmake

Lines changed: 30 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mulle-objc-debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "include.h"
4141

4242
// MEMO: mulle-project-version uses a special hack to not have __
43-
#define MULLE_OBJC_DEBUG_VERSION ((0UL << 20) | (21 << 8) | 1)
43+
#define MULLE_OBJC_DEBUG_VERSION ((0UL << 20) | (21 << 8) | 2)
4444

4545

4646
#include "mulle-objc-dotdump.h"

0 commit comments

Comments
 (0)