changed to c++20
This commit is contained in:
@@ -9,7 +9,7 @@ NAME := test_dsp_ringbuffer
|
||||
CONFIG ?= debug
|
||||
TARGET ?= $(NAME)
|
||||
|
||||
CXXFLAGS += -std=c++11
|
||||
CXXFLAGS += -std=c++20
|
||||
|
||||
INCLUDES += -I $(realpath .) -I $(realpath ../../)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user