Skip to content

Commit 2549d20

Browse files
committed
force no-rtti
1 parent 6e3dc14 commit 2549d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enzyme/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(Enzyme)
22

33
cmake_minimum_required(VERSION 3.9)
44

5-
SET(CMAKE_CXX_FLAGS "-Wall -fPIC")
5+
SET(CMAKE_CXX_FLAGS "-Wall -fPIC -fno-rtti")
66
SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g -ggdb")
77
SET(CMAKE_CXX_FLAGS_RELEASE "-O2")
88

0 commit comments

Comments
 (0)