Skip to content

Commit

Permalink
linear_models: more flag fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentimentron committed Apr 9, 2017
1 parent 3a269aa commit b9d0ccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion linear_models/liblinear.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package linear_models
#include "integration.h"
#cgo CFLAGS: -O3
#cgo CXXFLAGS: -std=c++11 -O3
#cgo LDFLAGS: -lc++
*/
import "C"
import (
Expand Down

0 comments on commit b9d0ccd

Please sign in to comment.