Skip to content

Commit e5fdf2e

Browse files
committed
tiny cleanup to ml_dsa makefile.
1 parent 986bd42 commit e5fdf2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pq/ml_dsa/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CC = gcc
22

33
WOLFSSL_INSTALL_DIR = /usr/local
44

5-
WOLFSSL_CFLAGS = -Wextra -Werror -Wall -I$(WOLFSSL_INSTALL_DIR)/include -DUSE_WOLFSSL
5+
WOLFSSL_CFLAGS = -Wextra -Werror -Wall -I$(WOLFSSL_INSTALL_DIR)/include
66
WOLFSSL_LIBS = -L$(WOLFSSL_INSTALL_DIR)/lib -lm -lwolfssl
77

88
DEBUG_FLAGS = -g -DDEBUG

0 commit comments

Comments
 (0)