Skip to content
Snippets Groups Projects
Unverified Commit 58e9d422 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed sanitizers for CI, but should change docker images rather...

parent 6cb02e76
No related branches found
No related tags found
No related merge requests found
Pipeline #12163 passed
CC=clang
OPTS=-g -O3 -Wall -Wextra -fsanitize=address -std=c11
LINK=-lm -fsanitize=address
# OPTS=-g -O3 -Wall -Wextra -fsanitize=address -fsanitize=leak -std=c11
# LINK=-lm -fsanitize=address -fsanitize=leak
OPTS=-g -O3 -Wall -Wextra -std=c11
LINK=-lm
main: main.o particle.o ../vec2/util.o ../vec2/vec2.o
make -C ../vec2
......
CC=clang
OPTS=-g -O3 -Wall -Wextra
# OPTS=-g -O3 -Wall -Wextra -fsanitize=address -fsanitize=leak -std=c11
# LINK=-lm -fsanitize=address -fsanitize=leak
OPTS=-g -O3 -Wall -Wextra -std=c11
LINK=-lm
main: main.o vec2.o util.o
......
CC=clang
OPTS=-g -O3 -Wall -Wextra
# OPTS=-g -O3 -Wall -Wextra -fsanitize=address -fsanitize=leak -std=c11
# LINK=-lm -fsanitize=address -fsanitize=leak
OPTS=-g -O3 -Wall -Wextra -std=c11
LINK=-lm
vec2_tests: vec2_tests.o vec2.o util.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment