fixed compile instruction
parent
20afc8908c
commit
71f9f726af
2
main.cpp
2
main.cpp
|
@ -10,7 +10,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
// compile with
|
// compile with
|
||||||
/// g++ -march=native `Magick++-config --cxxflags --cppflags` -Wall -Werror -o main main.cpp -O3 `Magick++-config --ldflags --libs`
|
/// g++ --std=c++20 -march=native`Magick++-config --cxxflags --cppflags` -Wall -Werror -o main main.cpp -O3 `Magick++-config --ldflags --libs`
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Magick++.h>
|
#include <Magick++.h>
|
||||||
|
|
Loading…
Reference in New Issue