add POSIX
Some checks failed
Test and Deploy / test (push) Failing after 9s
Test and Deploy / docs (push) Has been skipped

This commit is contained in:
2024-07-09 12:57:33 -07:00
parent adc2c121d7
commit 7a53f232bd
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.PHONY : clean tests all manual
CFLAGS = -std=c99 -Iinclude -pedantic
CFLAGS = -std=c99 -Iinclude -pedantic -D_POSIX_C_SOURCE=200112L
WARNINGS= -Wall -Wextra
LDFLAGS = -fPIC -shared
MACROS= -D_POSIX_C_SOURCE=1