Skip to content

Commit

Permalink
Update makefile to C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebullock committed Oct 5, 2022
1 parent 3a6554f commit cc435e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ else
endif


CPPFLAGS = -Wno-error $(FPIC) -O2 -std=c++11 $(FUNCTION_SECTIONS) -I$(FLEXT_INCLUDE) -I$(GRT_INCLUDE) -I$(PD_INCLUDE) -I$(ML_INCLUDE)
CPPFLAGS = -Wno-error $(FPIC) -O2 -std=c++17 $(FUNCTION_SECTIONS) -I$(FLEXT_INCLUDE) -I$(GRT_INCLUDE) -I$(PD_INCLUDE) -I$(ML_INCLUDE)
LDFLAGS = $(REMOVE_DEAD) $(LD_FLAGS)

FLEXT_CPPFLAGS = $(FLEXT_INLINE) -DFLEXT_SYS_PD -DFLEXT_USE_CMEM -DFLEXT_ATTRIBUTES=1 -DFLEXT_USE_HEX_SETUP_NAME -DPD
Expand Down

0 comments on commit cc435e3

Please sign in to comment.