Skip to content

Commit

Permalink
change default --std to c++17 (supported in latest pinCRT)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhitchurch committed Jan 9, 2024
1 parent d414eec commit eaf9ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sst/elements/osseous/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
#
INCLUDE = -I$(top_srcdir)/src/sst/elements/osseous/eras_datatypes/ -I$(top_srcdir)/src/sst/elements/ariel/
FLAGS = -fpermissive -std=c++11
FLAGS = -fpermissive -std=c++17


AM_CPPFLAGS += \
Expand Down

0 comments on commit eaf9ecb

Please sign in to comment.