-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bzlmod support for gz-math8 (#589)
Signed-off-by: Michael Carroll <[email protected]>
- Loading branch information
Showing
14 changed files
with
1,483 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
common --enable_bzlmod | ||
common --lockfile_mode=off | ||
|
||
# Add C++17 compiler flags. | ||
build --cxxopt=-std=c++17 | ||
build --host_cxxopt=-std=c++17 | ||
|
||
build --force_pic | ||
build --strip=never | ||
build --strict_system_includes | ||
build --fission=dbg | ||
build --features=per_object_debug_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,6 @@ build_* | |
|
||
# Python generaated files | ||
*.pyc | ||
|
||
# Bazel generated files | ||
bazel-* |
Oops, something went wrong.