too much changes to describe
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user