This commit is contained in:
Christoph Berg 2021-04-27 21:51:16 +02:00 committed by GitHub
commit 32275fdc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# then (in the target system) run "sudo install".
# This will copy the sharded libs to its final location.
CXXFLAGS = -Wall -O3 -std=c++0x -Wno-write-strings -Wno-narrowing
CXXFLAGS = -g -Wall -O3 -std=c++0x -Wno-write-strings -Wno-narrowing
LDFLAGS = -lpthread -lrt -lsndfile -lasound -lm -lopus -lfftw3 -lfftw3_threads -lliquid -lcodec2 -lsoundio
OBJ = hsmodem.o constellation.o crc16.o frame_packer.o main_helper.o\
scrambler.o speed.o fec.o udp.o fft.o liquid_if.o symboltracker.o\