mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Update to use C++17
This commit is contained in:
parent
c8625f7664
commit
e8da67df83
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
CC = cc
|
||||
CXX = c++
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -MMD -MD -I/usr/local/include
|
||||
CFLAGS = -g -O3 -Wall -std=c++17 -Wno-psabi -pthread -MMD -MD -I/usr/local/include
|
||||
LIBS = -lpthread -lutil -lmosquitto
|
||||
LDFLAGS = -g -L/usr/local/lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue