Browse Source
Add missing debug symbol to functest_ binaries
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
|
|
@@ -15,6 +15,7 @@ endif |
|
|
|
bin/functest_$(subst /,_,$(SCHEME)): test/$(dir $(SCHEME))functest.c $(wildcard $(SCHEME)/clean/*.c) $(wildcard $(SCHEME)/clean/*.h) | require_scheme |
|
|
|
mkdir -p bin |
|
|
|
$(CC) $(CFLAGS) \ |
|
|
|
-g \ |
|
|
|
-DPQCLEAN_NAMESPACE=$(shell echo PQCLEAN_$(subst -,,$(notdir $(SCHEME))) | tr a-z A-Z) \ |
|
|
|
-iquote "./common/" \ |
|
|
|
-iquote "$(SCHEME)/clean/" \ |
|
|
|