readarg/test/config.ninja

8 lines
150 B
Plaintext
Raw Normal View History

2021-02-08 16:07:25 +00:00
cc = cc
macros = -D NDEBUG
2022-12-03 11:53:50 +00:00
cflags = -std=c99 -Wno-missing-braces -Wall -Wextra -Wpedantic -g $macros -O2
2021-02-08 16:07:25 +00:00
ldflags =
ldlibs =
2021-02-08 16:07:25 +00:00
target = ./test