| 38 The available configurations are clang, gcc, mingw, osx and suncc. |
38 The available configurations are clang, gcc, mingw, osx and suncc. |
| 39 |
39 |
| 40 The build files are placed into a build subdirectory, which is created if it |
40 The build files are placed into a build subdirectory, which is created if it |
| 41 does not exists. |
41 does not exists. |
| 42 |
42 |
| 43 The default target builds an optimized binaries. Use the debug target by running |
43 The default target builds optimized binaries. Use the debug target by running |
| 44 |
44 |
| 45 make debug CONF=<yourconfig> |
45 make debug CONF=<yourconfig> |
| 46 |
46 |
| 47 to disable optimization and enable debug symbols. |
47 to disable optimization and enable debug symbols. |
| 48 |
48 |