Enable math builtin functions

This commit is contained in:
2018-07-13 22:04:50 +02:00
parent 408ccc73c2
commit 796acc5539

View File

@@ -1,5 +1,5 @@
CFLAGS = -W -Wunused -Wall -I. -Ofast
LDFLAGS = -Wl,--export-dynamic -ldl -rdynamic
CFLAGS = -W -Wunused -Wall -I. -Ofast -DPH7_ENABLE_MATH_FUNC
LDFLAGS = -Wl,--export-dynamic -ldl -lm -rdynamic
CC = gcc
INCLUDES =