File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ set(OMR_DDR OFF CACHE BOOL "")
2828set (OMR_EXAMPLE OFF CACHE INTERNAL "" )
2929set (OMR_FVTEST OFF CACHE INTERNAL "" )
3030set (OMR_GC ON CACHE INTERNAL "" )
31- set (OMR_SEPARATE_DEBUG_INFO ON CACHE BOOL "" )
31+ set (OMR_SEPARATE_DEBUG_INFO OFF CACHE BOOL "" )
3232set (OMRPORT_OMRSIG_SUPPORT ON CACHE INTERNAL "" )
Original file line number Diff line number Diff line change 2020# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception
2121################################################################################
2222
23- list (APPEND OMR_PLATFORM_COMPILE_OPTIONS -O3 -g -fstack-protector)
23+ list (APPEND OMR_PLATFORM_COMPILE_OPTIONS -O0 -g3 -fstack-protector)
2424list (APPEND OMR_PLATFORM_C_COMPILE_OPTIONS -Wimplicit -Wreturn-type )
2525list (APPEND OMR_PLATFORM_CXX_COMPILE_OPTIONS -fno-threadsafe-statics)
2626
You can’t perform that action at this time.
0 commit comments