Skip to content

Commit 8cd73de

Browse files
committed
Adjusting C stub compilation flags
1 parent 9ecd9fc commit 8cd73de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
(foreign_stubs
1414
(language c)
1515
(names lt_code_stubs)
16-
(flags :standard -march=native -std=c11 -fPIC -O3)
16+
(flags :standard -O3)
1717
)
1818
)

0 commit comments

Comments
 (0)