We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986bd42 commit e5fdf2eCopy full SHA for e5fdf2e
1 file changed
pq/ml_dsa/Makefile
@@ -2,7 +2,7 @@ CC = gcc
2
3
WOLFSSL_INSTALL_DIR = /usr/local
4
5
-WOLFSSL_CFLAGS = -Wextra -Werror -Wall -I$(WOLFSSL_INSTALL_DIR)/include -DUSE_WOLFSSL
+WOLFSSL_CFLAGS = -Wextra -Werror -Wall -I$(WOLFSSL_INSTALL_DIR)/include
6
WOLFSSL_LIBS = -L$(WOLFSSL_INSTALL_DIR)/lib -lm -lwolfssl
7
8
DEBUG_FLAGS = -g -DDEBUG
0 commit comments