diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-07-10 17:26:44 +0000 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-01-11 20:51:17 +0000 |
commit | 8a0eaa5204a7360d96c82e6b938424438dddb617 (patch) | |
tree | f3090df221fe0dab5be560f1b78773143b5a042c /cgit.conf | |
parent | 00ecfaadea2c40cc62b7a43e246384329e6ddb98 (diff) | |
download | cgit-8a0eaa5204a7360d96c82e6b938424438dddb617.tar cgit-8a0eaa5204a7360d96c82e6b938424438dddb617.tar.gz cgit-8a0eaa5204a7360d96c82e6b938424438dddb617.zip |
ZX2C4 specific patches.
Diffstat (limited to 'cgit.conf')
-rw-r--r-- | cgit.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cgit.conf b/cgit.conf new file mode 100644 index 0000000..2740d59 --- /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 -g +LDFLAGS = -Wl,-z,now -Wl,-z,relro -flto -fPIC |