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

updated makefiles for clang

parent 7dd7009b
No related branches found
No related tags found
No related merge requests found
Pipeline #12162 failed
CC=gcc CC=clang
OPTS=-g -O3 -Wall -Wextra -fsanitize=address -fsanitize=leak -std=c11 OPTS=-g -O3 -Wall -Wextra -fsanitize=address -std=c11
LINK=-lm -lasan LINK=-lm -fsanitize=address
main: main.o particle.o ../vec2/util.o ../vec2/vec2.o main: main.o particle.o ../vec2/util.o ../vec2/vec2.o
make -C ../vec2 make -C ../vec2
......
CC=gcc CC=clang
OPTS=-g -O3 -Wall -Wextra OPTS=-g -O3 -Wall -Wextra
LINK=-lm LINK=-lm
......
CC=gcc CC=clang
OPTS=-g -O3 -Wall -Wextra OPTS=-g -O3 -Wall -Wextra
LINK=-lm LINK=-lm
......
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