Skip to content

Commit 2ed0d49

Browse files
committed
Fix preview showing when full-render mode zooming
1 parent ef6445f commit 2ed0d49

File tree

4 files changed

+150
-58
lines changed

4 files changed

+150
-58
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ CC_RLS=-Ofast
33
CC_PRO=-Ofast -g
44

55
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
6+
clang main.c -o $@ $(CC_PRO) -Werror -Wall -Wextra -Wconversion -I/opt/homebrew/include -L/opt/homebrew/lib -lsdl2 -lsdl2_image
77

88
mandelbrot.s: main.c Makefile
99
clang main.c -o $@ -S -Ofast -I/opt/homebrew/include

0 commit comments

Comments
 (0)