feat(CMake): library only; update(README)

This commit is contained in:
2024-11-10 19:49:13 +03:00
parent 029efbbf5e
commit 62d651fc6c
4 changed files with 57 additions and 4 deletions

View File

@ -31,7 +31,7 @@ ifeq (${origin CC}, default)
CC = g++
endif
CFLAGS = -std=c++23 -Wall -Wextra -Werror -Wno-unused-result -fPIC
CFLAGS = -std=c++20 -Wall -Wextra -Werror -Wno-unused-result -fPIC
ifneq (${DEBUG}, false)
CFLAGS += -fsanitize=address,undefined -g -O0