Use weak_odr rather than weak on Windows which seems to prevent issues such as #1704. Fix regression.

This commit is contained in:
Christoffer Lerno
2024-12-26 21:02:10 +01:00
committed by Christoffer Lerno
parent fbd51821d1
commit 625152440c
5 changed files with 21 additions and 11 deletions

View File

@@ -647,6 +647,11 @@ jobs:
cd test
../build/c3c compile-test unit
- name: Test WASM
run: |
cd resources/testfragments
../../build/c3c compile --target wasm32 -g0 --no-entry -Os wasm4.c3
- name: Build testproject
run: |
cd resources/testproject