mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Add debugging flag to the Makefile.
This commit is contained in:
parent
1532e3c90c
commit
6004b086e3
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
CC = g++
|
||||
CFLAGS = -O2 -Wall -std=c++11
|
||||
CFLAGS = -g -O2 -Wall -std=c++11
|
||||
LIBS =
|
||||
LDFLAGS =
|
||||
LDFLAGS = -g
|
||||
|
||||
all: MMDVMHost
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue