Skip to content

Commit

Permalink
Merge pull request #1584 from likema/aix-dccflags
Browse files Browse the repository at this point in the history
Fix AIX g++ DCCFLAGS.
  • Loading branch information
jwillemsen authored Jun 30, 2021
2 parents 25c7d1f + 17a723d commit 4a5a059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ACE/include/makeinclude/platform_aix_g++.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ifeq ($(buildbits),64)
ARFLAGS += -X64
endif
DCFLAGS += -g
DCCFLAGS += -g
DLD = $(CXX)
LD = $(CXX)
# Linking TAO_IDL runs out of TOC space unless -bbigtoc is given to ld.
Expand Down

0 comments on commit 4a5a059

Please sign in to comment.