Skip to content

Commit

Permalink
Optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
lucedes27 committed Apr 12, 2024
1 parent da08c92 commit 4c68b32
Show file tree
Hide file tree
Showing 35 changed files with 45,615 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX := g++
CXXFLAGS := -pedantic-errors -Wno-sign-compare -Wno-unknown-pragmas -Wall -Wextra -std=c++17 -g -DDEBUG
CXXFLAGS := -pedantic-errors -Wno-sign-compare -Wno-unknown-pragmas -Wall -Wextra -std=c++17 -O3 -DDEBUG
LDFLAGS := -L/usr/lib -L/usr/local/lib/ -lstdc++ -lm -lz3
BUILD := ./build
OBJ_DIR := $(BUILD)/objects
Expand Down
Loading

0 comments on commit 4c68b32

Please sign in to comment.