From 047cc733e10f128ef821714ac9f5cddc371e9229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=98=89=E5=81=A5?= Date: Thu, 2 Apr 2020 11:38:50 +0800 Subject: [PATCH] update README.en.md. --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index d5b410d..6cec6c3 100644 --- a/README.en.md +++ b/README.en.md @@ -10,7 +10,7 @@ #### Building methods --compilation steps +- compilation steps 1. Add all the .c files under /src to the source code listing for the build script. @@ -21,7 +21,7 @@ 4. Generate static or shared libraries for .o files according to project requirements. --compiling examples: +- compiling examples: ``` gcc -o memcpy_s.o -c -Iinclude -fstack-protector-strong -fPIC -Wall -D_FORTIFY_SOURCE=2 -O2 src/memcpy_s.c ``` -- GitLab