New compilation method
This commit is contained in:
parent
bf0b976999
commit
178462027e
9 changed files with 21 additions and 21 deletions
|
@ -3,7 +3,9 @@ OBJ = $(SRC:.cpp=.o)
|
|||
OUT = DDV_Conn_RTMP
|
||||
INCLUDES =
|
||||
STATIC =
|
||||
CCFLAGS = -Wall -Wextra -funsigned-char -g
|
||||
DEBUG = 4
|
||||
OPTIMIZE = -g
|
||||
CCFLAGS = -Wall -Wextra -funsigned-char $(OPTIMIZE) -DDEBUG=$(DEBUG)
|
||||
CC = $(CROSS)g++
|
||||
LD = $(CROSS)ld
|
||||
AR = $(CROSS)ar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue