mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
no need for -rdynamic in kodev.
This commit is contained in:
parent
00ce970efe
commit
edc356ca60
@ -12,7 +12,7 @@ CFLAGS+=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
|
||||
CFLAGS+=-Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual
|
||||
CFLAGS+=-Wsign-compare -Iincludes -std=c99 -pedantic
|
||||
CFLAGS+=-DPREFIX='"$(PREFIX)"'
|
||||
LDFLAGS=-rdynamic -lcrypto
|
||||
LDFLAGS=-lcrypto
|
||||
|
||||
ifneq ("$(NOOPT)", "")
|
||||
CFLAGS+=-O0
|
||||
|
Loading…
x
Reference in New Issue
Block a user