Skip to content

Commit

Permalink
Removed -g
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Mar 10, 2020
1 parent f3b3208 commit 64e8957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AR=$(CROSS)ar
RM=rm -f
CXXFLAGS=-std=c++17
CPPFLAGS=-O2 -pthread -fPIC -Wall -Wno-address-of-packed-member
LDFLAGS=-pthread -g
LDFLAGS=-pthread
LIBS=
LOCALLIBS=libusrsctp.a
USRSCTP_DIR=deps/usrsctp
Expand Down

0 comments on commit 64e8957

Please sign in to comment.