Add cmake environment

This commit is contained in:
Vladimir Dubrovin 2026-04-03 18:13:31 +03:00
parent 237fa15e36
commit 2e534c7794
29 changed files with 908 additions and 41 deletions

View file

@ -7,7 +7,7 @@
BUILDDIR = ../bin/
CC ?= cc
CFLAGS := -c -fno-strict-aliasing -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL $(CFLAGS)
CFLAGS := -c -fno-strict-aliasing -DNOODBC -DFD_SETSIZE=4096 -DWITH_POLL $(CFLAGS)
COUT = -o
LN ?= ${CC}
LDFLAGS += -pthread -fno-strict-aliasing