diff options
| author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-07-10 19:26:44 +0200 |
|---|---|---|
| committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2026-04-13 19:05:20 +0200 |
| commit | cba061438ef823b6fd6cd7c40c978a4a049f5924 (patch) | |
| tree | 3d19d1bc4b6c6d5454d1b6b207a7005aee93e110 /cgit.conf | |
| parent | 829eb0711305e8946fa2f4a1c57c43354f35e208 (diff) | |
| download | cgit-cba061438ef823b6fd6cd7c40c978a4a049f5924.tar.gz cgit-cba061438ef823b6fd6cd7c40c978a4a049f5924.tar.bz2 cgit-cba061438ef823b6fd6cd7c40c978a4a049f5924.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 |
