Skip to content

Commit 0c206eb

Browse files
committed
Drop USE_LLVM macro
1 parent cfa31e5 commit 0c206eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ target_sources(scratchcpp
6666
include/scratchcpp/dev/test/scriptbuilder.h
6767
)
6868

69-
target_compile_definitions(scratchcpp PUBLIC USE_LLVM)
70-
7169
if(LIBSCRATCHCPP_PRINT_LLVM_IR)
7270
target_compile_definitions(scratchcpp PRIVATE PRINT_LLVM_IR)
7371
endif()

0 commit comments

Comments
 (0)