Skip to content

Commit

Permalink
Remove obsolete compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Aug 27, 2023
1 parent 76640e9 commit a2f699e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
CXXFLAGS += -O3 -Wall -Werror -Wextra -DNDEBUG
endif

CXXFLAGS += -std=c++20 -iquote . -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DFMT_HEADER_ONLY
CXXFLAGS += -std=c++20 -iquote . -D_FILE_OFFSET_BITS=64 -DFMT_HEADER_ONLY

## EXTRA_FLAGS : Can be used to pass special purpose flags
CXXFLAGS += $(EXTRA_FLAGS)
Expand Down

0 comments on commit a2f699e

Please sign in to comment.