add optimizations

This commit is contained in:
sessionm21
2020-05-14 08:33:50 +01:00
parent 33f56ddd7d
commit 54af722760
2 changed files with 317 additions and 104 deletions

View File

@@ -128,7 +128,7 @@ $(OUT)$(NAME).elf: protobufg bin $(OBJDIRS) $(OBJS)
$(CC) $(CFLAGS) -o $(OUT)$(NAME).elf collar.cpp $(INC_DIRS) $(OBJS)
test:
g++ -o $(OUT)test prototest.cpp $(INC_DIRS) $(SRC_FILES_COMMON)
g++ -o $(OUT)test test.c $(INC_DIRS) $(SRC_FILES_COMMON)
$(OUT)test
protobufg: