Commit c7eb0629 authored by Mikhail Karpenko's avatar Mikhail Karpenko
Browse files

Do not strip executable, bitbake will do it

parent b8393f4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
PROG       = str
CXXFLAGS   += -Wall -std=c++03 -I$(STAGING_DIR_HOST)/usr/include-uapi
LDFLAGS    += -s -pthread -lasound
LDFLAGS    += -pthread -lasound

SRCS       = main.cpp streamer.cpp audio.cpp video.cpp socket.cpp rtsp.cpp rtp_stream.cpp helpers.cpp parameters.cpp
STREAMER_OBJS = $(SRCS:.cpp=.o)