Compare commits
2 Commits
bd23ee3342
...
62c202d4e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62c202d4e7 | ||
|
|
ded90298ee |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
build/*
|
||||
build/
|
||||
bin/
|
||||
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ TESTS_DIR := tests
|
||||
OBJS := $(patsubst %.c,%.o, $(wildcard $(SRC_DIR)/*.c) $(wildcard $(LIB_DIR)/**/*.c))
|
||||
|
||||
CC := clang
|
||||
CFLAGS := -std=c99 -Wall -Wextra -Wpedantic -fsanitize=address
|
||||
CFLAGS := -std=c99 -Wall -Wextra -Wpedantic
|
||||
|
||||
ifeq ($(debug), 1)
|
||||
CFLAGS := $(CFLAGS) -g -O0
|
||||
|
||||
BIN
bin/yab-ssg
BIN
bin/yab-ssg
Binary file not shown.
Binary file not shown.
BIN
build/src/main.o
BIN
build/src/main.o
Binary file not shown.
Reference in New Issue
Block a user