Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit 5b81479

Browse files
committed
Sanitize undefined behavior. Tidy whitespace.
1 parent 68a599f commit 5b81479

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
CC=cc
22
CXX=c++
3-
CFLAGS=-Wall -Wextra -pedantic -Werror
3+
CFLAGS=-Wall -Wextra -pedantic -Werror -fsanitize=undefined
4+
45

56
options:
67
@echo "CC=${CC}"
78
@echo "CXX=${CXX}"
89
@echo "CFLAGS=${CFLAGS}"
910

11+
1012
clean:
1113
rm -f test
1214

0 commit comments

Comments
 (0)