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
Branches
Tags
No related merge requests found
CC=gcc
OPTS=-g -O3 -Wall -Wextra -fsanitize=address -fsanitize=leak -std=c11
LINK=-lm -lasan
CC=clang
OPTS=-g -O3 -Wall -Wextra -fsanitize=address -std=c11
LINK=-lm -fsanitize=address
main: main.o particle.o ../vec2/util.o ../vec2/vec2.o
make -C ../vec2
......
CC=gcc
CC=clang
OPTS=-g -O3 -Wall -Wextra
LINK=-lm
......
CC=gcc
CC=clang
OPTS=-g -O3 -Wall -Wextra
LINK=-lm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment