add c++17 back to makefile for makefile only runs

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
This commit is contained in:
Ethan Mahintorabi 2024-05-04 01:13:09 +00:00
parent 0fc549d8b8
commit 8afc83874f
No known key found for this signature in database
GPG Key ID: 824E41B920BEA252
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ ifdef ABC_USE_LIBSTDCXX
endif
$(info $(MSG_PREFIX)Using CFLAGS=$(CFLAGS))
CXXFLAGS += $(CFLAGS)
CXXFLAGS += $(CFLAGS) -std=c++17
SRC :=
GARBAGE := core core.* *.stackdump ./tags $(PROG) arch_flags