Browse Source
Fix invalid symbols by excluding stdlib
This is a poor mans fix for the problem with the build, but what can you do 🤷
master
Thom Wiggers
5 years ago
No known key found for this signature in database
GPG Key ID: 1BB0A7CE26E363
1 changed files with
1 additions and
0 deletions
-
Makefile
|
|
@@ -70,6 +70,7 @@ bin/shared_$(subst /,_,$(SCHEME))_clean.so: $(wildcard $(SCHEME)/clean/*.c) | re |
|
|
|
gcc $(CFLAGS) \ |
|
|
|
-DPQCLEAN_NAMESPACE=$(shell echo PQCLEAN_$(subst -,,$(notdir $(SCHEME))) | tr a-z A-Z) \ |
|
|
|
-g \ |
|
|
|
-nostdlib \ |
|
|
|
-shared \ |
|
|
|
-fPIC \ |
|
|
|
-iquote "./common/" \ |
|
|
|