mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-24 20:20:36 +00:00
Explictly request newer C version
C99 is needed for tmt, might as well go GNU11
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user