Skip to content

Commit 8e6fbaf

Browse files
committed
Remove -O3 from OpenSTA
1 parent a906990 commit 8e6fbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ if (TCL_READLINE)
537537
endif()
538538

539539
# common to gcc/clang
540-
set(CXX_FLAGS -Wall -Wextra -pedantic -Wcast-qual -Wredundant-decls -Wformat-security -O3)
540+
set(CXX_FLAGS -Wall -Wextra -pedantic -Wcast-qual -Wredundant-decls -Wformat-security)
541541

542542
if(ENABLE_TSAN)
543543
message(STATUS "Thread sanitizer: ${ENABLE_TSAN}")

0 commit comments

Comments
 (0)