Skip to content

Commit

Permalink
Globally enable windows symlinks (#327)
Browse files Browse the repository at this point in the history
Turns out that `startup:someconfig` is invalid syntax. Since the flag
only applies to Windows it's safe to make it global.
  • Loading branch information
aaronmondal committed Oct 19, 2023
1 parent 659d571 commit 9d08195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Expand Up @@ -51,6 +51,6 @@ build:tsan --cache_test_results=no
build:tsan --run_under=//tools:tsan.sh

# Configuration options for Windows builds.
startup:windows --windows_enable_symlinks
startup --windows_enable_symlinks
build:windows --cxxopt=/std:c++14 --host_cxxopt=/std:c++14
build:windows --enable_runfiles

0 comments on commit 9d08195

Please sign in to comment.