Commit c7eb0629 authored by Mikhail Karpenko's avatar Mikhail Karpenko

Do not strip executable, bitbake will do it

parent b8393f4e
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment