Replies: 1 comment 1 reply
-
Hi @sanikache, We, at the sudio, use a rez package "build" with 2 versions "release" and "debug". Then the packages that have to be compiled have "build-release" and "build-debug" variants. Example: variants = [
["platform-linux", "build-release"],
["platform-linux", "build-debug"]
] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way for rez-build to read from CMAKE_BUILD_TYPE variable set in a cmake module? rez-build doesn't seem to recognize it when I set it to Debug. It always sets it to -DCMAKE_BUILD_TYPE=Release. I am trying to avoid passing the
--bt
flag.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions