too much changes to describe

This commit is contained in:
2022-07-05 19:06:45 +02:00
parent f21fed9b27
commit 6b75b7d61a
6 changed files with 343 additions and 154 deletions

View File

@@ -1,2 +1,4 @@
all:
g++ graphics.cpp main.cpp mandelbrot.cpp utils.cpp -o mandelbrot -lSDL2 -lmpfr
g++ -O3 graphics.cpp main.cpp mandelbrot.cpp utils.cpp -o mandelbrot -lSDL2 -lmpfr -lgmp -fopenmp -pthread
debug:
g++ graphics.cpp main.cpp mandelbrot.cpp utils.cpp -o mandelbrot -lSDL2 -lmpfr -lgmp -fopenmp -g -pthread