Skip to content

Commit

Permalink
#5 #75 using gmic submodule (12) newer c++
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent 3db2ea9 commit 1b55e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
define_macros += [("cimg_use_tiff", None)]
define_macros += [("cimg_use_png", None)]
define_macros += [("cimg_display", None)]
extra_compile_args.extend(["/std:c11", "/OpenMP"])
extra_compile_args.extend(["/std:c++latest", "/OpenMP"])

if sys.platform == "darwin":
extra_compile_args += ["-fopenmp", "-stdlib=libc++"]
Expand Down

0 comments on commit 1b55e64

Please sign in to comment.