mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use weak_odr rather than weak on Windows which seems to prevent issues such as #1704. Fix regression.
This commit is contained in:
committed by
Christoffer Lerno
parent
fbd51821d1
commit
625152440c
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user