[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r4443: add my gcc-hardened config for x86 osx (vidalia/trunk/pkg/osx)



Author: phobos
Date: 2010-09-04 22:22:26 -0400 (Sat, 04 Sep 2010)
New Revision: 4443

Modified:
   vidalia/trunk/pkg/osx/build-bundle.txt
Log:
add my gcc-hardened config for x86 osx


Modified: vidalia/trunk/pkg/osx/build-bundle.txt
===================================================================
--- vidalia/trunk/pkg/osx/build-bundle.txt	2010-09-04 15:42:22 UTC (rev 4442)
+++ vidalia/trunk/pkg/osx/build-bundle.txt	2010-09-05 02:22:26 UTC (rev 4443)
@@ -97,3 +97,6 @@
 repeated when the bundled version of Tor changes. Steps 12-13 need to be
 repeated when the bundled version of Vidalia changes.
 
+Experimental gcc-hardened Vidalia config:
+CFLAGS="-D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIE -Wstack-protector -Wformat -Wformat-security -Wpointer-sign" \\
+LDFLAGS="-pie" cmake -DCMAKE_OSX_ARCHITECTURES=i386 -DCMAKE_BUILD_TYPE=minsizerel .