Skip to content

Commit

Permalink
add c++17 to build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
manuvi committed Mar 1, 2022
1 parent 30b9589 commit 48d8e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -10,6 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
# Checks for programs.
AC_PROG_CC
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX_17

# libtool
AM_DISABLE_SHARED
Expand Down

5 comments on commit 48d8e85

@Randrianasulu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you provide rationale for this change?

@manuvi
Copy link
Owner Author

@manuvi manuvi commented on 48d8e85 Apr 4, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Randrianasulu
Copy link

@Randrianasulu Randrianasulu commented on 48d8e85 Apr 4, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@manuvi
Copy link
Owner Author

@manuvi manuvi commented on 48d8e85 Apr 5, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Randrianasulu
Copy link

@Randrianasulu Randrianasulu commented on 48d8e85 Apr 5, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.