Update CMakeLists.txt

This commit is contained in:
Alexey Milovidov 2022-12-26 19:17:13 +03:00 committed by GitHub
parent 4651a538a8
commit 3ca585c907
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,3 @@ endif()
if (ENABLE_MYSQL)
add_subdirectory (mysqlxx)
endif ()
# Otherwise stack traces symbolization is painfully slow in debug build.
set_source_files_properties("Dwarf.cpp" PROPERTIES COMPILE_FLAGS "-O3")