2019-10-08 19:43:23 +08:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2020-09-14 10:06:16 +08:00
|
|
|
@@ -7,6 +7,8 @@
|
2019-10-08 19:43:23 +08:00
|
|
|
|
|
|
|
set(CMAKE_VERBOSE_MAKEFILE on)
|
|
|
|
|
2020-09-14 10:06:16 +08:00
|
|
|
+project(yogacore CXX)
|
|
|
|
+
|
|
|
|
add_compile_options(
|
|
|
|
-fno-omit-frame-pointer
|
|
|
|
-fexceptions
|