Skip to content

Commit

Permalink
ObjC in-process: Move legacy implemenations out of the way
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Feb 8, 2025
1 parent d59797c commit 0e95a94
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile-legacy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ compile 'scala' 'scala-cli --power package --js scala/codeJS.scala -f -o scala/c
compile 'scala' 'bun build --bytecode --compile scala/code.js --outfile scala/bun'
compile 'ldc2' 'ldc2 -O3 -release -boundscheck=off -mcpu=native flto=thin d/code.d'
compile 'odin' 'odin build odin/code.odin -o:speed -file -out:odin/code'
compile 'objc' 'clang -O3 -framework Foundation objc/code.m -o objc/code'
compile 'objc/legacy' 'clang -O3 -framework Foundation objc/legacy/code.m -o objc/code'
compile 'fortran' 'gfortran -O3 fortran/legacy/code.f90 -o fortran/code'
compile 'zig' 'zig build-exe -O ReleaseFast -femit-bin=zig/code zig/code.zig'
compile 'lua' 'luajit -b lua/code.lua lua/code'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e95a94

Please sign in to comment.