2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Explictly request newer C version

C99 is needed for tmt, might as well go GNU11
This commit is contained in:
Jarrod Johnson 2021-04-02 10:36:56 -04:00
parent b482410072
commit 7fb5f9756d

View File

@ -1,5 +1,5 @@
vtbufferd: vtbufferd.c tmt.c
gcc -O3 -o vtbufferd vtbufferd.c tmt.c
gcc -O3 --std=gnu11 -o vtbufferd vtbufferd.c tmt.c
clean:
rm vtbufferd