Skip to content

Commit 7e6fe21

Browse files
committed
CFG dominator algorithm change to more closely resemble Coopers
1 parent ee1fec4 commit 7e6fe21

File tree

2 files changed

+333
-78
lines changed

2 files changed

+333
-78
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
2424
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
2525
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g")
2626
# Enable lots of warnings
27-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wpedantic -Werror -Wno-deprecated-declarations -Wswitch-enum")
27+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDEBUG -DUSE_STD_STRING -Wall -Wpedantic -Werror -Wno-deprecated-declarations -Wswitch-enum")
2828
elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
2929
# This would be the place to enable warnings for Windows builds, although
3030
# config.inc doesn't seem to do that currently

0 commit comments

Comments
 (0)