Skip to content

Commit

Permalink
Add openmp flags to build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jplloyd committed Feb 20, 2020
1 parent 5fa758a commit 2d1c974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pkgconfig_DATA = libmypaint-@[email protected]

## libmypaint-@LIBMYPAINT_API_PLATFORM_VERSION@ ##

AM_CFLAGS = $(JSON_CFLAGS) $(GLIB_CFLAGS)
AM_CFLAGS = $(JSON_CFLAGS) $(GLIB_CFLAGS) $(OPENMP_CFLAGS)

LIBS = $(JSON_LIBS) $(GLIB_LIBS) @LIBS@

Expand Down

0 comments on commit 2d1c974

Please sign in to comment.