aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.conf
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-07-10 19:26:44 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-11-23 05:24:44 +0100
commit98b049a517a158d7e5b036a11f5059f6fa565016 (patch)
tree2a7f7612f9f2e79f0d3f7861b7e896cd8e4ec6cd /cgit.conf
parent8e9ddd21a50beb9fd660cf6cd6a583234924b932 (diff)
ZX2C4 specific patches.
Diffstat (limited to 'cgit.conf')
-rw-r--r--cgit.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/cgit.conf b/cgit.conf
new file mode 100644
index 0000000..6646286
--- /dev/null
+++ b/cgit.conf
@@ -0,0 +1,12 @@
+CGIT_SCRIPT_PATH = /var/www/uwsgi/cgit/cgi
+CGIT_CONFIG = /var/www/uwsgi/cgit/cgitrc
+CACHE_ROOT = /var/www/uwsgi/cgit/cache
+prefix = /var/www/uwsgi/cgit
+libdir = $(prefix)
+filterdir = $(libdir)/filters
+
+NM = gcc-nm
+AR = gcc-ar
+LD = gcc-ld
+CFLAGS = -O3 -march=native -pipe -fomit-frame-pointer -fPIE -fstack-protector-all -flto -fPIC
+LDFLAGS = -Wl,-z,now -Wl,-z,relro -flto -fPIC