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:
parent
b482410072
commit
7fb5f9756d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user