1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- # ~~~~ General flags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15+ # ~~~~ General flags ~~~~
1616
1717# Common flags
1818common --announce_rc
@@ -37,7 +37,7 @@ build:verbose --show_progress_rate_limit=1
3737test:verbose --test_summary=detailed
3838
3939
40- # ~~~~ Sanitizers (choose one, or nosan for none) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40+ # ~~~~ Sanitizers (choose one, or nosan for none) ~~~~
4141
4242# Shared config for sanitizers
4343build:sanitizer --strip=never
@@ -58,7 +58,7 @@ build:msan --linkopt -fsanitize=leak
5858build:nosan --
5959
6060
61- # ~~~~ Instruction set options (choose one) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61+ # ~~~~ Instruction set options (choose one) ~~~~
6262
6363# Build with AVX2 + FMA
6464build:avx --copt -O3
@@ -73,7 +73,7 @@ build:sse --copt -msse4
7373build:basic --copt -O3
7474
7575
76- # ~~~~ Parallelization (choose one, or nopenmp for none) ~~~~~~~~~~~~~~~~~~~~~~~
76+ # ~~~~ Parallelization (choose one, or nopenmp for none) ~~~~
7777
7878# Build with OpenMP
7979build:openmp --copt -fopenmp
@@ -83,7 +83,7 @@ build:openmp --linkopt -lgomp
8383build:nopenmp --
8484
8585
86- # ~~~~ Memory handler (choose one) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86+ # ~~~~ Memory handler (choose one) ~~~~
8787
8888# Build with tcmalloc
8989build:tcmalloc --linkopt="-ltcmalloc"
0 commit comments