Skip to content

Commit

Permalink
e2eTest: fix pthreads configuration for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 28, 2021
1 parent a0c9ee7 commit a0e3072
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions end2endTest/server/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
src := .

CFLAGS := -std=c99 -I$(src) -D _BSD_SOURCE -D UA_ENABLE_AMALGAMATION
LDFLAGS := -lpthread
CFLAGS := -std=c99 -pthread -I$(src) -D _BSD_SOURCE -D UA_ENABLE_AMALGAMATION

C_SRCS := open62541.c opcuaTestNodeSet.c opcuaTestServer.c
C_OBJS := $(addsuffix .o,$(basename $(C_SRCS)))
Expand Down

0 comments on commit a0e3072

Please sign in to comment.