Fixed various bugs and added usage for String data type
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -Wextra -Werror -pedantic-errors -fstack-protector-strong \
|
||||
-fsanitize=address -fsanitize=undefined -fstack-clash-protection \
|
||||
-Wwrite-strings -g -std=c99
|
||||
-fdiagnostics-color=always -Wwrite-strings -g -std=c99
|
||||
|
||||
BENCH_FLAGS = -Wall -Wextra -Werror -O3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user