Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 6522324

Browse files
Add files via upload
1 parent 72a23f0 commit 6522324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
CXX = clang++
2020
EXE = mayhem
2121
BIN = /usr/bin
22-
BFLAGS = -std=c++20 -O3 -flto -march=native -DNDEBUG -DMAYHEMBOOK -DMAYHEMNNUE
22+
BFLAGS = -std=c++20 -O3 -march=native -DNDEBUG -DMAYHEMBOOK -DMAYHEMNNUE
2323
WFLAGS = -Wall -Wextra -Wshadow -pedantic
2424
NFLAGS = -DUSE_AVX2 -mavx2 -DUSE_SSE41 -msse4.1 -DUSE_SSSE3 -mssse3 -DUSE_SSE2 -msse2
2525

0 commit comments

Comments
 (0)