]> git.tdb.fi Git - builder.git/blob - source/datapackcomponent.h
Use -fno-omit-frame-pointer if debug is set with optimizations
[builder.git] / source / datapackcomponent.h
1 #ifndef DATAPACKCOMPONENT_H_
2 #define DATAPACKCOMPONENT_H_
3
4 #include "component.h"
5
6 class DataPackComponent: public Component
7 {
8 public:
9         DataPackComponent(SourcePackage &, const std::string &);
10
11         virtual void create_targets() const;
12 };
13
14 #endif