mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Merge branch 'ipv6' into SimpleDMR
This commit is contained in:
commit
e45f0edec4
15 changed files with 200 additions and 132 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
CC = cc
|
||||
CXX = c++
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H
|
||||
LIBS = -lpthread
|
||||
LDFLAGS = -g
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue