Enable math builtin functions

This commit is contained in:
Rafal Kupiec 2018-07-13 22:04:50 +02:00
parent 408ccc73c2
commit 796acc5539
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 2 additions and 2 deletions

View File

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