blob: b3052a14ceb89f065480a25eb6c8cf2a86e971c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,6 +7,8 @@
set(CMAKE_VERBOSE_MAKEFILE on)
+project(yogacore CXX)
+
add_compile_options(
-fno-omit-frame-pointer
-fexceptions
|