Skip to content

Commit

Permalink
Add user config file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxiaomao committed Sep 23, 2024
1 parent 6af9ecf commit 45de3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ssl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
INCLUDES_BASE_DIR = ../../include
CFLAGS = -Wall -O3 -std=c11 -m64 -fPIC -pthread -fno-omit-frame-pointer
CFLAGS += -fvisibility=hidden -I. -I${INCLUDES_BASE_DIR}/mbedtls/include -I ../../src
CFLAGS += -D MBEDTLS_USER_CONFIG_FILE=\"mbedtls_user_config.h\"
LFLAGS = -L../.. -lhl

UNAME := $(shell uname)
Expand Down

0 comments on commit 45de3b6

Please sign in to comment.