Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 4565e16

Browse files
gshimanskykurapov-peter
authored andcommitted
Pass opt/debug options to clang compiler on windows
Signed-off-by: Gregory Shimansky <[email protected]>
1 parent 68ae222 commit 4565e16

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

omniscidb/QueryEngine/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,6 @@ else ()
185185
set(RT_OPT_FLAGS -O3)
186186
endif ()
187187

188-
if(MSVC)
189-
message(STATUS "MSVC BUILD removing RT_OPT_FLAGS")
190-
unset(RT_OPT_FLAGS)
191-
endif()
192-
193188
add_library(QueryEngine ${query_engine_source_files} $<$<BOOL:ENABLE_CUDA>:${query_engine_cuda_source_files}>)
194189
add_dependencies(QueryEngine QueryEngineFunctionsTargets)
195190

0 commit comments

Comments
 (0)