mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-11 18:54:11 +00:00
Use -g flag routinely for now
This commit is contained in:
parent
c9dee6b54c
commit
61bc2c186a
@ -3,7 +3,7 @@ TESTS = blst_util_test fft_common_test fft_fr_test fft_g1_test \
|
|||||||
LIB_SRC = blst_util.c fft_common.c fft_fr.c fft_g1.c kzg_proofs.c poly.c
|
LIB_SRC = blst_util.c fft_common.c fft_fr.c fft_g1.c kzg_proofs.c poly.c
|
||||||
LIB_OBJ = $(LIB_SRC:.c=.o)
|
LIB_OBJ = $(LIB_SRC:.c=.o)
|
||||||
|
|
||||||
CFLAGS =
|
CFLAGS = -g
|
||||||
|
|
||||||
.PRECIOUS: %.o
|
.PRECIOUS: %.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user