We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77cbfe commit 3e1c8deCopy full SHA for 3e1c8de
java/libraries/io/src/native/Makefile
@@ -3,7 +3,7 @@ OBJS := impl.o
3
CC := gcc
4
5
# prefix with -m32 to compile for linux32
6
-CFLAGS := -std=gnu99 -fPIC -g
+CFLAGS := -std=gnu99 -fPIC -g -ffast-math
7
CFLAGS += -I$(shell dirname $(shell realpath $(shell which javac)))/../include
8
CFLAGS += -I$(shell dirname $(shell realpath $(shell which javac)))/../include/linux
9
LDFLAGS := -shared
0 commit comments