Skip to content

Commit

Permalink
add back in -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfoks committed Oct 15, 2024
1 parent 93a2535 commit 1756152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SHELL = /bin/sh
.SUFFIXES:
.SUFFIXES: .cpp .o

cxxflags += -fPIC
cxxflags += -fPIC -O3
ldflags += -shared
bindir = gatdaem1d

Expand Down

0 comments on commit 1756152

Please sign in to comment.