We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6445f commit 2ed0d49Copy full SHA for 2ed0d49
Makefile
@@ -3,7 +3,7 @@ CC_RLS=-Ofast
3
CC_PRO=-Ofast -g
4
5
mandelbrot: main.c Makefile
6
- clang main.c -o $@ $(CC_RLS) -Werror -Wall -Wextra -Wconversion -I/opt/homebrew/include -L/opt/homebrew/lib -lsdl2 -lsdl2_image
+ clang main.c -o $@ $(CC_PRO) -Werror -Wall -Wextra -Wconversion -I/opt/homebrew/include -L/opt/homebrew/lib -lsdl2 -lsdl2_image
7
8
mandelbrot.s: main.c Makefile
9
clang main.c -o $@ -S -Ofast -I/opt/homebrew/include
0 commit comments