Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
rn5f107s2 committed Nov 5, 2024
1 parent 5c78399 commit 79788ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ datagen: $(DATAGEN_EXE)

CXXFLAGS = -static -Ofast -std=c++17
CXXFLAGS += -Wall -Wextra -pedantic
CXXFLAGS += march=x86-64-v3
CXXFLAGS += -march=x86-64-v3
CXXFLAGS += -DEVALFILE=\"$(EVALFILE)\" -DWDLFILE=\"$(WDLFILE)\"

LDFLAGS += -static -Ofast march=x86-64-v3
LDFLAGS += -static -Ofast -march=x86-64-v3

ifeq ($(OS),Windows_NT)
LDFLAGS += -Wl,/STACK:4294967296
Expand Down

0 comments on commit 79788ef

Please sign in to comment.