mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-04-26 13:49:14 +08:00
linear_models: turn up the optimization level
This commit is contained in:
parent
e1bfb49f5f
commit
9d1c8c19c2
@ -2,9 +2,9 @@ package linear_models
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
#include "integration.h"
|
#include "integration.h"
|
||||||
#cgo CFLAGS:
|
#cgo CFLAGS: -O3
|
||||||
#cgo CXXFLAGS: -std=c++11 -g -O0
|
#cgo CXXFLAGS: -std=c++11 -O3
|
||||||
#cgo LDFLAGS: -lc++ -g
|
#cgo LDFLAGS: -lc++
|
||||||
*/
|
*/
|
||||||
import "C"
|
import "C"
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user