diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-10-29 21:12:08 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-10-29 21:12:08 +0100 |
| commit | 9d3cdf264fafc847e98ab19d5a437100d9d5d2df (patch) | |
| tree | be054a0bf95961a41a4a1f3b24103841746ee46d /Makefile | |
| parent | c7e7758a8a177b918833b319d470a22ab9bd116a (diff) | |
Enable debug symbols generation in generic build
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #Release #Debug -BUILD_TYPE = Debug +BUILD_TYPE = Release #Check: http://www.cmake.org/Wiki/CMake_Generator_Specific_Information #"Unix Makefiles" |
