Enable debugging symbols

This commit is contained in:
Rafal Kupiec 2018-07-15 11:50:27 +02:00
parent ac3f78785a
commit 0178ff0495
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
1 changed files with 1 additions and 1 deletions

View File

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