Skip to content

Commit 47649c0

Browse files
authored
Update OPTIMIZER_HOW.md
1 parent 473a63c commit 47649c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dox/OPTIMIZER_HOW.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ Assume the generated coverage uses class `Foo.o` but does not include any method
142142

143143
Now relink **myexe** with `lib_c.a` and `lib_ObjC.a` and _none_ of the libraries contained in `dependencies/lib`. The result will be a much smaller executable.
144144

145-
145+
<!-- obsolete
146146
Executable projects created by **mulle-foundation-init** and **mulle-objc-init**
147147
are already configured to use coverage optimization. Build them using
148148
`mulle-build -DUSE_OBJC_COVERAGE=ON` and step 1,3,4,5 are taken care off for you.
149149
You just need to provide the coverage information.
150-
150+
->
151151
152152
153153

0 commit comments

Comments
 (0)