Skip to content

Commit

Permalink
Made the linux executable -O2 optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
ADM228 committed Dec 15, 2024
1 parent ee579b4 commit 501912b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified LEVELS/huffmunch/bin/huffmunch
Binary file not shown.
2 changes: 1 addition & 1 deletion LEVELS/huffmunch/makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX=g++
CPPFLAGS=
CPPFLAGS=-O2
LDFLAGS=
RM=rm -f

Expand Down

0 comments on commit 501912b

Please sign in to comment.