-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been tasked to work on a project that has some confusing attributes.
The project is of the nature that it won't compile for the iPhone Simulator And the iPhone Device with the same compile settings. I think it has to do with needing to be specifically compiled for x86 or arm6/7 depending on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to add -Xlint:deprecated to the java compiler while building android app.
I've seen the compilerarg tag inside javac tags, but the generated build.xml for the standard project doesn't have such a tag.
Any hint?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a method to automatically find the best compiler options (on a given machine), which result in the fastest possible executable?
Naturally, I use g++ -O3, but there are additional flags that may make the code run faster, e.g. -ffast-math and others, some of which are hardware-dependent.…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need some help on compiler flags in c++. I'm using a library that is a port to linux from windows, that has to be compiled with the -malign-double flag, "for Win32 compatibility". It's my understanding that this mean I absolutely have to compile my own code with this flag as well? How about other…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What's the "DNS_BLOCK_ASSERTIONS" (C compiler flag)?
>>> More