Software /
code /
prosody
Comparison
util-src/Makefile @ 7615:940603e99032
configure: Move -ggdb flag here from util-src/Make
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 19 Aug 2016 16:03:10 +0200 |
parent | 7613:1169097e0ef8 |
comparison
equal
deleted
inserted
replaced
7614:bbdd97b913ea | 7615:940603e99032 |
---|---|
1 | 1 |
2 include ../config.unix | 2 include ../config.unix |
3 | 3 |
4 CFLAGS+=-ggdb -I$(LUA_INCDIR) | 4 CFLAGS+=-I$(LUA_INCDIR) |
5 | 5 |
6 INSTALL_DATA=install -m644 | 6 INSTALL_DATA=install -m644 |
7 TARGET?=../util/ | 7 TARGET?=../util/ |
8 | 8 |
9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so | 9 ALL=encodings.so hashes.so net.so pposix.so signal.so table.so ringbuffer.so |