mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 19:01:08 +01:00
IO: Compile native code with -ffast-math
This commit is contained in:
@@ -3,7 +3,7 @@ OBJS := impl.o
|
||||
CC := gcc
|
||||
|
||||
# prefix with -m32 to compile for linux32
|
||||
CFLAGS := -std=gnu99 -fPIC -g
|
||||
CFLAGS := -std=gnu99 -fPIC -g -ffast-math
|
||||
CFLAGS += -I$(shell dirname $(shell realpath $(shell which javac)))/../include
|
||||
CFLAGS += -I$(shell dirname $(shell realpath $(shell which javac)))/../include/linux
|
||||
LDFLAGS := -shared
|
||||
|
||||
Reference in New Issue
Block a user