Skip to content

Commit

Permalink
fix: link with static verisons of ASAN and UBSAN libs
Browse files Browse the repository at this point in the history
Signed-off-by: iWas-Coder <wasymatieh01@gmail.com>
  • Loading branch information
iWas-Coder committed May 7, 2024
1 parent 029af55 commit 99f76de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
paths-ignore: [vendor]
- name: build
run: make -j$(nproc)
- name: analyze
uses: github/codeql-action/analyze@v3
- name: test
run: make check -j$(nproc)
- name: analyze
uses: github/codeql-action/analyze@v3
- name: build-editor
run: make editor -j$(nproc)
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ define TEST_LDFLAGS
$(STRIP_OPTS) \
$(RELEASE_OPTS) \
-L $(BUILD_DIR) \
-lasan \
-lubsan \
-l:libasan.a \
-l:libubsan.a \
-lraylib \
-llua \
-lm
Expand Down

0 comments on commit 99f76de

Please sign in to comment.