Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Avoid string_as_array #9

Merged
merged 1 commit into from
Jan 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cgo_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
package protobuf

// #cgo CXXFLAGS: -std=c++11
// #cgo CPPFLAGS: -DHAVE_CONFIG_H -DHAVE_PTHREAD -Iinternal/src
// #cgo CPPFLAGS: -DLANG_CXX11 -DHAVE_CONFIG_H -DHAVE_PTHREAD -Iinternal/src
import "C"