string struct

This commit is contained in:
2022-02-25 17:08:06 +03:00
parent 89cc9583af
commit 9f3cb51c2d
5 changed files with 150 additions and 52 deletions

View File

@@ -17,7 +17,7 @@ clang: all
CMPARGS= -Wall $(SRC) -o $(OUTFILE)
build:
@echo -e '\n\e[96m----------------[build]----------------\e[0m'
$(CMP) -O1 -flto $(CMPARGS)
$(CMP) -O1 -flto -Wno-discarded-qualifiers $(CMPARGS)
build_dbg:
@echo -e '\n\e[96m--------------[build_dbg]--------------\e[0m'
$(CMP) -O0 -g $(CMPARGS).dbg