Skip to content

Commit

Permalink
add ARC to compile flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeash committed Jan 31, 2012
1 parent eb845e8 commit 475f1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// clang -framework Foundation -W -Wall -Wno-unused-parameter main.m AllocateMirrored.c MAMirroredQueue.m
// clang -framework Foundation -W -Wall -Wno-unused-parameter -fobjc-arc main.m AllocateMirrored.c MAMirroredQueue.m

#import <Cocoa/Cocoa.h>

Expand Down

0 comments on commit 475f1ee

Please sign in to comment.