Skip to content

Commit

Permalink
Try another way.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Dec 18, 2024
1 parent c76578b commit 8479d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/plsql/Cpp/st.CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)
#SET(GCC_COVERAGE_COMPILE_FLAGS "-g -pg")
#SET(GCC_COVERAGE_LINK_FLAGS "-g -pg")
<if(os_win)>
<if(test.IsWindows)>
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MT /bigobj")
<else>
#SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_COVERAGE_COMPILE_FLAGS}")
Expand Down

0 comments on commit 8479d0a

Please sign in to comment.