Skip to content

Commit

Permalink
Bump the C/C++ versions because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspeloquin committed Oct 4, 2023
1 parent 5eb9292 commit 2237eaa
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
@@ -1,5 +1,5 @@
CFLAGS += -Wall -Wextra -std=c11 -pedantic
CXXFLAGS += -Wall -Wextra -std=c++17 -pedantic
CFLAGS += -Wall -Wextra -std=c17 -pedantic
CXXFLAGS += -Wall -Wextra -std=c++20 -pedantic
CPPFLAGS += -Ilibcuefile/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_DEFAULT_SOURCE
LDFLAGS += -L/usr/local/lib
LIBS += -lFLAC -lFLAC++ -lboost_program_options -lboost_stacktrace_basic -licuuc -lsox
Expand Down

0 comments on commit 2237eaa

Please sign in to comment.