Обзор
Примеры
Скриншоты
Сравнения
Приложения
Загрузить
Руководства
Базар
Статус и История
Частые вопросы (FAQ)
Авторы и лицензия
Форум
Помощь проекту
Поиск по сайту
Язык
русский











SourceForge.net Logo



Эта страница еще не переведена. Вы хотите перевести?

 

C++ Build flags

Main configuration flags

 

MT

Build multi-threaded application.

GUI

Build GUI application.

DLL

Target is .dll/.so.

 

 

Output method flags

 

DEBUG

Target is to be linked with debug version of libraries.

DEBUG_MINIMAL

Minimal debug information - depends on actual builder, usually it should provide line numbers information to debugger.

DEBUG_FULL

Full debug info.

SHARED

Prefer dynamic libraries when linking.

SO

Link non-main packages as shared libraries (.dll/.so). Implies SHARED.

BLITZ

Use blitz build.

SSE2

Instructs compiler to use SSE2 (improves FP performance, but not supported on pre-Pentium4 CPUs).

 

 

Platform flags

 

WIN32

Win32.

LINUX

Linux.

FREEBSD

FreeBSD.

SOLARIS

Solaris.

 

 

Flags determining the builder (supplied by builder method)

 

MSC71

Microsoft Visual C++ 7.1

MSC8

Microsoft Visual C++ 8.0

GCC

GCC compiler in implicit mode (32 or 64).

GCC32

GCC compiler in 32-bit mode.

EVC_ARM

Microsoft WinCE C++ ARM complier.

EVC_MIPS

Microsoft WinCE C++ MIPS complier.

EVC_SH3

Microsoft WinCE C++ SH3 complier.

EVC_SH4

Microsoft WinCE C++ SH4 complier.

INTEL

Intel C++.

 

Страница доступна на english языке. Вы хотите внести вклад?