6 Star 7 Fork 0

Gitee 极速下载 / sasm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Dman95/SASM
克隆/下载
gccbasedassembler.h 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dman95 提交于 2018-09-30 20:16 . More convenient smaller settings window
#ifndef GCCBASEDASSEMBLER_H
#define GCCBASEDASSEMBLER_H
#include "assembler.h"
class GccBasedAssembler : public Assembler
{
public:
explicit GccBasedAssembler(bool x86, QObject *parent = 0);
QString getLinkerPath();
QString getLinkerOptions();
private:
bool m_isPieEnabled;
};
#endif // GCCBASEDASSEMBLER_H
1
https://gitee.com/mirrors/sasm.git
git@gitee.com:mirrors/sasm.git
mirrors
sasm
sasm
master

搜索帮助