Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
    * ACE/include/makeinclude/platform_linux_clang.GNU:
  • Loading branch information
jwillemsen committed Apr 23, 2024
1 parent 8790503 commit e4fd6ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ACE/include/makeinclude/platform_linux_clang.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ ifeq ($(optimize),0)
CPPFLAGS += -O0
endif

ifeq ($(CXX_MAJOR_VERSION),7)
c++std ?= c++17
endif

ifneq ($(c++std),)
CCFLAGS += -std=$(c++std)
endif
Expand Down

0 comments on commit e4fd6ae

Please sign in to comment.