Skip to content

Commit

Permalink
Windows 515.1644-1646 support, Linux 515.1643 support, use C11 atomic…
Browse files Browse the repository at this point in the history
…s/threading
  • Loading branch information
Absolucy committed Nov 17, 2024
1 parent 6bdc7da commit cf32a1e
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
vsversion: 2022
- name: Compile byond-tracy
run: |
cl.exe /nologo /std:c11 /O2 /LD /DNDEBUG prof.c ws2_32.lib /Fe:prof.dll
cl.exe /nologo /std:c11 /O2 /LD /DNDEBUG prof.c ws2_32.lib /Fe:prof.dll /experimental:c11atomics
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions compile_flags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-m32
Loading

0 comments on commit cf32a1e

Please sign in to comment.