| author | ekku |
| Mon, 08 Dec 2008 16:46:48 +0000 | |
| changeset 295 | 4d3adfbec077 |
| parent 282 | e0e4dfc3e528 |
| child 366 | f14a61b2a2d1 |
| permissions | -rw-r--r-- |
| 61 | 1 |
#!/bin/sh |
2 |
||
| 281 | 3 |
cmake ../ \ |
4 |
-DCMAKE_BUILD_TYPE=Debug \ |
|
5 |
-DCMAKE_INSTALL_PREFIX=~/opt \ |
|
|
282
e0e4dfc3e528
compiles cleanly with -Wall -Wextra -Wconversion, not tested, but that shouldn't break anything :)
terom
parents:
281
diff
changeset
|
6 |
-DCMAKE_CXX_FLAGS="-Wall -Wextra -Wconversion" |
| 61 | 7 |