Skip to content

Commit 831c2c0

Browse files
authored
Merge pull request #2311 from rampageX/master
dont overrides mbedtls's CFLAGS
2 parents 8fa8670 + 0401d0e commit 831c2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export MBEDTLS_VER=2.6.0
284284
wget https://tls.mbed.org/download/mbedtls-$MBEDTLS_VER-gpl.tgz
285285
tar xvf mbedtls-$MBEDTLS_VER-gpl.tgz
286286
pushd mbedtls-$MBEDTLS_VER
287-
make SHARED=1 CFLAGS=-fPIC
287+
make SHARED=1 CFLAGS="-O2 -fPIC"
288288
sudo make DESTDIR=/usr install
289289
popd
290290
sudo ldconfig

0 commit comments

Comments
 (0)