summaryrefslogtreecommitdiff
path: root/config.mk
blob: aa176642b9f632e6390cfbf8c68265641eed99dc (plain)
1
2
3
CPPFLAGS=-Wall -Wno-gnu-anonymous-struct -pedantic -std=c++23 -O2 -DNDEBUG
CFLAGS=-Wall -pedantic -std=c11 -O2 -DNDEBUG
LDFLAGS=-lpthread