mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Update build options --nostdlib --nolibc --emit-stdlib --forcelinker … (#999)
Update build options --nostdlib --nolibc --emit-stdlib --forcelinker --strip-unused. Fix error with vectors in $foreach. Also error if a $foreach iterating over an empty list. Rename forcelinker -> system-linker
This commit is contained in:
committed by
GitHub
parent
d49365b4a7
commit
8ed9be9c58
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -273,7 +273,7 @@ jobs:
|
||||
- name: Build testproject direct linker
|
||||
run: |
|
||||
cd resources/testproject
|
||||
../../build/c3c run --debug-log --forcelinker
|
||||
../../build/c3c run --debug-log --system-linker=no
|
||||
|
||||
- name: run compiler tests
|
||||
run: |
|
||||
@@ -378,7 +378,7 @@ jobs:
|
||||
- name: Build testproject direct linker
|
||||
run: |
|
||||
cd resources/testproject
|
||||
../../build/c3c run --debug-log --forcelinker
|
||||
../../build/c3c run --debug-log --system-linker=no
|
||||
|
||||
- name: run compiler tests
|
||||
run: |
|
||||
@@ -450,7 +450,7 @@ jobs:
|
||||
- name: Build testproject direct linker
|
||||
run: |
|
||||
cd resources/testproject
|
||||
../../build/c3c run --debug-log --forcelinker
|
||||
../../build/c3c run --debug-log --system-linker=no
|
||||
|
||||
- name: Build testproject lib
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user