mirror of
https://git.zx2c4.com/cgit
synced 2024-11-09 10:08:42 +00:00
13 lines
381 B
Plaintext
13 lines
381 B
Plaintext
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
|