Search code examples
Should I use "-ansi" or explicit "-std=..." as compiler flags?...

cc89compiler-flagsansi-c

Read More
Unknown compiler flag/parameter to cpp...

c++gcccompiler-flags

Read More
What flags does -march=native activate with Clang?...

clangcompiler-optimizationcompiler-flags

Read More
Alternative to python-config callable from within Python...

pythonintrospectioncpythoncompiler-flagspython-c-extension

Read More
Make IDE-wide configuration changes in Eclipse...

eclipseconfigurationcompilationsettingscompiler-flags

Read More
Unable to suppress bound checking...

gccfortrancompiler-warningsgfortrancompiler-flags

Read More
What does the -fPIC compilation flag does?...

shared-librariescompiler-flags

Read More
Add -fobjc-arc flag to new files created in Xcode automatically...

xcodetargetcompiler-flags

Read More
Is using the -L flag and a addprocs script the more powerful version of -p and --machinefile?...

juliadistributed-computingcompiler-flags

Read More
In which file are compiler flags saved by xcode?...

c++xcodecompiler-flags

Read More
Are default gcc compiler options gcc version specific or OS specific or both?...

cubuntugccdefault-valuecompiler-flags

Read More
There is the right place to add -U__STRICT_ANSI__ to XCode build settings?...

c++c-preprocessorxcode4.2compiler-flags

Read More
What do the include paths/numbers in preprocessed output of icpc (or gcc I guess) mean?...

c++includec-preprocessorcompiler-flags

Read More
Does GCC feature a similar parameter to pgcc's -Minfo=accel?...

gcccompiler-flagsopenaccoffloading

Read More
Using a flag for a specific folder in Grunt to build from...

gruntjscompiler-flags

Read More
How to properly use scalac -Xlint...

scalacompiler-flagsscalacscala-compiler

Read More
C++ adding Debugging code that only runs when Debugging...

c++debuggingc-preprocessorcompiler-flags

Read More
Can't make executable portable...

c++linkerstatic-linkingcompiler-flags

Read More
How to set compile flags for external INTERFACE_SOURCES in CMake?...

cmakecompiler-flags

Read More
Is there any way to override the -fvisibility=hidden at link time?...

androidgcclinkershared-librariescompiler-flags

Read More
Optimization setting...

ccompiler-flags

Read More
Overriding line marker filename in CPP output...

c-preprocessorcompiler-flags

Read More
What preprocessor directive or other method should I use to discern 32- vs 64-bit environment?...

cmakefilec-preprocessorcompiler-flags

Read More
Difference between '-std' and '--std' compiler flags...

gcccompiler-flags

Read More
Calling a void function(int) with a void(*)(void) pointer and prepare stack yourself with arguments...

cgccstackfunction-pointerscompiler-flags

Read More
Warning on an optional arg disapears if it is the only arg of the subroutine...

gccfortrangfortrancompiler-flags

Read More
Pass output of command line utility to compiler/linker...

c++cmakecompiler-flags

Read More
#define real function name to __noop in Visual C++ 2013...

c++visual-studio-2013visual-studio-2008c-preprocessorcompiler-flags

Read More
How can I undefine the System Definitions of Visual Studio 2012?...

c++visual-studio-2012macroscompiler-flags

Read More
How can I compile this very big, but boring C source?...

ccompilationcompiler-optimizationcompiler-flags

Read More
BackNext