Skip to content

Commit d3190e0

Browse files
authored
Fix for issue 1
1 parent 26a55f5 commit d3190e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gocroaring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package gocroaring
55

66
/*
7-
#cgo CFLAGS: -march=native -O3 -Wa,-q -std=c99
7+
#cgo CFLAGS: -march=native -O3 -std=c99
88
#include "roaring.h"
99
1010
*/

0 commit comments

Comments
 (0)