Skip to content

Commit

Permalink
WIP... RAM optimization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ofgulban committed Apr 1, 2024
1 parent fc62299 commit 486bdd9
Show file tree
Hide file tree
Showing 2 changed files with 599 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ LN2_PHASE_JOLT:
LN2_SKELETONIZE:
$(CC) $(CFLAGS) -o LN2_SKELETONIZE src/LN2_SKELETONIZE.cpp $(LIBRARIES) $(LFLAGS)

LN3_LAYERS:
$(CC) $(CFLAGS) -o LN3_LAYERS src/LN3_LAYERS.cpp $(LIBRARIES) $(LFLAGS)

# =============================================================================

clean:
Expand Down
Loading

0 comments on commit 486bdd9

Please sign in to comment.