Skip to content

Commit

Permalink
To C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
lexus2k committed Jul 26, 2024
1 parent c4c9b77 commit 1c5dd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CFLAGS += -std=gnu99
CPPFLAGS += -Os -Wall -Werror -ffunction-sections -fdata-sections $(EXTRA_CPPFLAGS)
# Uncomment for performance profiling
# CPPFLAGS += -pg
CXXFLAGS += -std=c++20
CXXFLAGS += -std=c++17

ifneq ($(LOG_LEVEL),)
CPPFLAGS += -DTINY_LOG_LEVEL_DEFAULT=$(LOG_LEVEL)
Expand Down

0 comments on commit 1c5dd72

Please sign in to comment.