[Shadowirc-commits] CVS: shadowirc/ShadowIRC.pbproj project.pbxproj,1.64,1.65
Status: Alpha
Brought to you by:
dshadow
|
From: John B. <ds...@us...> - 2005-05-01 06:17:16
|
Update of /cvsroot/shadowirc/shadowirc/ShadowIRC.pbproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23523/ShadowIRC.pbproj Modified Files: project.pbxproj Log Message: Build Error: Disable -mdynamic-no-pic on development build: it should not be turned on for plugins, and the target setting isn't overriding the build style. Index: project.pbxproj =================================================================== RCS file: /cvsroot/shadowirc/shadowirc/ShadowIRC.pbproj/project.pbxproj,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- project.pbxproj 25 Jan 2005 13:07:04 -0000 1.64 +++ project.pbxproj 1 May 2005 06:17:07 -0000 1.65 @@ -8,7 +8,7 @@ 05952DFCFFF02D1B11CA0E50 = { buildSettings = { COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = YES; + GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; |