Skip to content

Commit 34b86fe

Browse files
committed
Make section dividers easier to edit
1 parent 525727f commit 34b86fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.bazelrc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
1818
common --announce_rc
@@ -37,7 +37,7 @@ build:verbose --show_progress_rate_limit=1
3737
test: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
4343
build:sanitizer --strip=never
@@ -58,7 +58,7 @@ build:msan --linkopt -fsanitize=leak
5858
build:nosan --
5959

6060

61-
# ~~~~ Instruction set options (choose one) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61+
# ~~~~ Instruction set options (choose one) ~~~~
6262

6363
# Build with AVX2 + FMA
6464
build:avx --copt -O3
@@ -73,7 +73,7 @@ build:sse --copt -msse4
7373
build: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
7979
build:openmp --copt -fopenmp
@@ -83,7 +83,7 @@ build:openmp --linkopt -lgomp
8383
build:nopenmp --
8484

8585

86-
# ~~~~ Memory handler (choose one) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86+
# ~~~~ Memory handler (choose one) ~~~~
8787

8888
# Build with tcmalloc
8989
build:tcmalloc --linkopt="-ltcmalloc"

0 commit comments

Comments
 (0)