Hi all,
May I get reviews for this small change?
The failure is caused by incorrect flag
`-mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120`.
The following command works fine with Xcode 12.0 but fails with Xcode 13.0.
clang++ -mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120 a.
On Thu, 19 Aug 2021 07:09:52 GMT, Jie Fu wrote:
> Hi all,
>
> May I get reviews for this small change?
>
> The failure is caused by incorrect flag
> `-mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120`.
>
> The following command works fine with Xcode 12.0 but fails with Xcode 13.0.
>
Hi all,
I'm trying to run some program profiling of the JDK for a research project
and am trying to use gprof to gather specific performance metrics of
routines and subroutines in the JDK. However, I don't have much experience
with the build process other than following the setup instructions, and
On 8/19/21 4:55 PM, Thomas, Samuel wrote:
Could someone help me find where to add additional flags to the build
instructions?
Look in configure help?
$ sh ./configure --help | grep flags
--with-extra-cflags extra flags to be used when compiling jdk c-files
--with-extra-cxxflags extra
Great, this is exactly what I was looking for. Thank you for your help!
Best,
Sam
On Thu, Aug 19, 2021 at 10:59 AM Aleksey Shipilev wrote:
> On 8/19/21 4:55 PM, Thomas, Samuel wrote:
> > Could someone help me find where to add additional flags to the build
> > instructions?
>
> Look in configu
On Thu, 19 Aug 2021 08:04:39 GMT, David Holmes wrote:
>> Hi all,
>>
>> May I get reviews for this small change?
>>
>> The failure is caused by incorrect flag
>> `-mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120`.
>>
>> The following command works fine with Xcode 12.0 but fails with X
On Thu, 19 Aug 2021 07:09:52 GMT, Jie Fu wrote:
> Hi all,
>
> May I get reviews for this small change?
>
> The failure is caused by incorrect flag
> `-mstack-alignment=16-DMAC_OS_X_VERSION_MIN_REQUIRED=10120`.
>
> The following command works fine with Xcode 12.0 but fails with Xcode 13.0.
>