Skip to content

Commit

Permalink
I hate windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rn5f107s2 committed Aug 26, 2024
1 parent 49c14f7 commit 4749151
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 @@ -17,10 +17,10 @@ datagen: $(DATAGEN_EXE)

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

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

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

0 comments on commit 4749151

Please sign in to comment.