Browse Source

Removed -g

Paul-Louis Ageneau 5 years ago
parent
commit
64e8957c54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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