From: isildur-g Date: Wed, 6 Mar 2024 14:53:03 +0000 (+0100) Subject: more readme format tinkering X-Git-Tag: vectorscan/5.4.12^2~68^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7a4d41c63c2a391bca915799896f5ecc77dcd06;p=thirdparty%2Fvectorscan.git more readme format tinkering --- diff --git a/README.md b/README.md index 7bf2d046..2009d220 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ export CXXFLAGS="-gdwarf-4 -Wno-redundant-move" In FreeBSD similarly, using gcc12 from pkg ``` -export CC=/usr/local/bin/gcc -export CXX=/usr/local/bin/g++ +export CC="/usr/local/bin/gcc" +export CXX="/usr/local/bin/g++" export CXXFLAGS="-gdwarf-4" ```