CI: also apply ASan, UBSan options to ld flags
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 16 Nov 2022 05:29:14 +0000 (21:29 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 16 Nov 2022 15:49:52 +0000 (07:49 -0800)
commit43287aee6528edd14e36c0db5f22c5fef84c768a
tree78aded92989b7a6622df2663a6af2fa1ff584cee
parentf70072bc91fe5b3de9d9e4852ba4719a02fb6f64
CI: also apply ASan, UBSan options to ld flags

The test job was doing this but the build job was not. Technically I think this
is unnecessary (I think CMake includes `CFLAGS` or `CXXFLAGS` when calling `ld`)
but it seems worth being consistent.
.gitlab-ci.yml