Fix invalid symbols by excluding stdlib
This is a poor mans fix for the problem with the build, but what can you do 🤷
This commit is contained in:
parent
08830cde0c
commit
2fe5dc73ea
1
Makefile
1
Makefile
@ -70,6 +70,7 @@ bin/shared_$(subst /,_,$(SCHEME))_clean.so: $(wildcard $(SCHEME)/clean/*.c) | re
|
|||||||
gcc $(CFLAGS) \
|
gcc $(CFLAGS) \
|
||||||
-DPQCLEAN_NAMESPACE=$(shell echo PQCLEAN_$(subst -,,$(notdir $(SCHEME))) | tr a-z A-Z) \
|
-DPQCLEAN_NAMESPACE=$(shell echo PQCLEAN_$(subst -,,$(notdir $(SCHEME))) | tr a-z A-Z) \
|
||||||
-g \
|
-g \
|
||||||
|
-nostdlib \
|
||||||
-shared \
|
-shared \
|
||||||
-fPIC \
|
-fPIC \
|
||||||
-iquote "./common/" \
|
-iquote "./common/" \
|
||||||
|
Loading…
Reference in New Issue
Block a user