Skip to content

Commit

Permalink
Add pthread flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejurka committed Jun 22, 2021
1 parent 8e6c0b5 commit 36fb219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LIBRARY=$(BUILD)/libmeshoptimizer.a
EXECUTABLE=$(BUILD)/meshoptimizer

CFLAGS=-g -Wall -Wextra -Werror -std=c89
CXXFLAGS=-g -Wall -Wextra -Wshadow -Wno-missing-field-initializers -Werror -std=c++98
CXXFLAGS=-g -Wall -Wextra -Wshadow -Wno-missing-field-initializers -Werror -std=c++98 -pthread
LDFLAGS=

$(GLTFPACK_OBJECTS): CXXFLAGS+=-std=c++11
Expand Down

0 comments on commit 36fb219

Please sign in to comment.