--- waftools/checks/custom.py.orig
+++ waftools/checks/custom.py
@@ -112,7 +112,6 @@ def check_cocoa(ctx, dependency_identifi
         fragment         = load_fragment('cocoa.m'),
         compile_filename = 'test.m',
         framework_name   = ['Cocoa', 'IOKit', 'OpenGL', 'QuartzCore'],
-        includes         = ctx.srcnode.abspath(),
-        linkflags        = '-fobjc-arc')
+        includes         = ctx.srcnode.abspath())
 
     return fn(ctx, dependency_identifier)
