Skip to content

Commit 6f6c936

Browse files
committed
protobuf.cpp
1 parent f141852 commit 6f6c936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

section4/protobuf.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
// protoc --cpp_out=. sample.proto
88
//
9-
// g++ protobuf.cpp -std=c++11 -lprotobuf -o a.out;./a.out
10-
// g++ protobuf.cpp -std=c++14 -lprotobuf -o a.out;./a.out
9+
// g++ protobuf.cpp -std=c++11 -lprotobuf -lpthread -o a.out;./a.out
10+
// g++ protobuf.cpp -std=c++14 -lprotobuf -lpthread -o a.out;./a.out
1111

1212
#include <cassert>
1313

0 commit comments

Comments
 (0)