1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-15 06:52:34 +02:00

Compile with symbols pls!

This commit is contained in:
Timmy Sjöstedt 2013-07-01 05:31:42 +02:00
parent 764289a510
commit 5257ddcc8c

View File

@ -1,6 +1,6 @@
project(gtfw)
SET(CMAKE_CXX_FLAGS "-std=c++11")
SET(CMAKE_CXX_FLAGS "-g -std=c++11")
add_subdirectory(datadump)
add_subdirectory(viewer)