Backlog #3022
C++ code is not compiled with optimizations
| Status: | Pending | Start date: | 07/07/2014 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Packaging | |||
| Target version: | - |
Description
SConstruct files do not add -O parameter to optimice code:
# Compile flags
main_env.Append(CPPFLAGS=[
"-g",
"-Wall"
])
The flag can be added on build time setting CFLAGS environment variable:
export CFLAGS=-O3
History
#1
Updated by Javi Fontan about 7 years ago
- Tracker changed from Bug to Backlog
- Category set to Packaging