Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

C++ compile flags #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to decide on a standard set of compile flags to use for the C++ build 
(Debug, Release), and add them to both autoconf and CMake. Currently, CMake 
doesn't add anything beyond the compile flags from LLVM, so e.g. no 
optimization and autoconf still has "-g -O2"

Original issue reported on code.google.com by weyrick on 14 Jan 2011 at 5:43

GoogleCodeExporter commented 9 years ago
Cmake now does -O3 -DNDEBUG for release, and -g -D_DEBUG for Debug. Need to get 
autoconf on board

Original comment by weyrick on 7 Apr 2011 at 1:41

GoogleCodeExporter commented 9 years ago

Original comment by weyrick on 3 May 2011 at 1:59