1
0
mirror of https://github.com/sjwhitworth/golearn.git synced 2025-04-26 13:49:14 +08:00

linear_models: more flag fiddling

This commit is contained in:
Richard Townsend 2017-04-10 00:56:19 +01:00
parent 801f8b8652
commit b94373553d

View File

@ -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 (