mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
fix: Only set compile flag for grpc (#2204)
I built all conan packages locally and this flag is only required for grpc, so let's only set it for grpc. This is better - it's explicit, and we'll know that if we update grpc recipe, we can remove this. I also uploaded all rebuilt packages to the artifactory.
This commit is contained in:
@@ -37,7 +37,7 @@ compiler.version=16
|
||||
os=Macos
|
||||
|
||||
[conf]
|
||||
tools.build:cxxflags+=["-Wno-missing-template-arg-list-after-template-kw"]
|
||||
grpc/1.50.1:tools.build:cxxflags+=["-Wno-missing-template-arg-list-after-template-kw"]
|
||||
```
|
||||
|
||||
**Linux gcc-12 example**:
|
||||
|
||||
Reference in New Issue
Block a user