Backlog #3022

C++ code is not compiled with optimizations

Added by Javi Fontan about 7 years ago. Updated about 7 years ago.

Status:PendingStart date:07/07/2014
Priority:NormalDue 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

Also available in: Atom PDF