add optimizations
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user