Skip to content

Commit

Permalink
Update ACE/include/makeinclude/platform_linux_clang.GNU
Browse files Browse the repository at this point in the history
Co-authored-by: Fred Hornsey <fred@hornsey.us>
  • Loading branch information
jwillemsen and iguessthislldo committed Apr 24, 2024
1 parent 5a4e5ec commit d5a360e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ACE/include/makeinclude/platform_linux_clang.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,11 @@ endif

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

ifeq ($(c++20),1)
else ifeq ($(c++20),1)
CCFLAGS += -std=c++20
endif

ifeq ($(c++17),1)
else ifeq ($(c++17),1)
CCFLAGS += -std=c++17
endif

ifeq ($(c++14),1)
else ifeq ($(c++14),1)
CCFLAGS += -std=c++14
endif

Expand Down

0 comments on commit d5a360e

Please sign in to comment.