Changeset 668

Show
Ignore:
Timestamp:
08/13/07 13:05:41 (1 year ago)
Author:
gbooker
Message:

Debug builds have define a way for undefined symbols (since ffmpeg has undefined symbols in it and we can't use dead code strip without screwing up the debugger).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Perian.xcodeproj/project.pbxproj

    r658 r668  
    19101910                                        "-read_only_relocs", 
    19111911                                        suppress, 
     1912                                        "-undefined", 
     1913                                        define_a_way, 
    19121914                                ); 
    19131915                                OTHER_REZFLAGS = "-rd -d ppc_$(ppc) -d i386_$(i386) -d TARGET_REZ_CARBON_MACHO=1";