[
https://issues.apache.org/jira/browse/MESOS-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cody Maloney updated MESOS-1985:
--------------------------------
Description:
Currerntly we always append -O2 -g to CXXFLAGS unless --disable-optimize is
passed. This increases build time, while not giving us many benefits.
Update the flags so user-provided CXXFLAGS always win, and people can specify
to build an optimized or debug build through flags.
was:
Currerntly we always append -O2 -g to CXXFLAGS unless --disable-optimize is
passed. This increases build time, while not giving us many benefits.
Update the flags so user-provided CXXFLAGS always win, and people can specify
to build an optimized or debug build through flags.
> Use more standard debug / release build flags
> ---------------------------------------------
>
> Key: MESOS-1985
> URL: https://issues.apache.org/jira/browse/MESOS-1985
> Project: Mesos
> Issue Type: Technical task
> Components: build
> Reporter: Cody Maloney
> Assignee: Cody Maloney
> Priority: Minor
>
> Currerntly we always append -O2 -g to CXXFLAGS unless --disable-optimize is
> passed. This increases build time, while not giving us many benefits.
> Update the flags so user-provided CXXFLAGS always win, and people can specify
> to build an optimized or debug build through flags.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)