Skip to content

Commit

Permalink
update cgo CXXFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Feb 6, 2024
1 parent d80eff1 commit b1263d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/golibmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package golibmc

/*
#cgo CFLAGS: -I ./../include
#cgo CXXFLAGS: -I ./../include
#cgo CXXFLAGS: -std=c++17 -I ./../include
#include "c_client.h"
*/
import "C"
Expand Down

0 comments on commit b1263d1

Please sign in to comment.