Skip to content

Commit

Permalink
Add debug build configuration for os x mX arch
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ess committed Dec 5, 2024
1 parent b7cc33c commit cdb65ea
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
11 changes: 11 additions & 0 deletions configure/os/CONFIG.darwin-aarch64-debug.Common
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CONFIG.darwin-aarch64-debug.Common
#
# Definitions for darwin-aarch64-debug host builds - darwin-aarch64 target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.darwin-aarch64-debug.Common
#-------------------------------------------------------

include $(CONFIG)/os/CONFIG.darwin-aarch64.Common

# Removes -O optimization and adds -g compile option
HOST_OPT=NO

14 changes: 14 additions & 0 deletions configure/os/CONFIG.darwin-aarch64.darwin-aarch64-debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CONFIG.darwin-aarch64.darwin-aarch64-debug
#
# Definitions for darwin-aarch64 host - darwin-aarch64-debug target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.darwin-aarch64.darwin-aarch64-debug
#-------------------------------------------------------

-include $(CONFIG)/os/CONFIG.Common.darwin-aarch64
-include $(CONFIG)/os/CONFIG.darwin-aarch64.darwin-aarch64
-include $(CONFIG)/os/CONFIG_SITE.Common.darwin-aarch46
-include $(CONFIG)/os/CONFIG_SITE.darwin-aarch64.darwin-aarch64


BUILD_CLASS=HOST
HOST_OPT = NO
11 changes: 11 additions & 0 deletions configure/os/CONFIG.darwin-x86-debug.Common
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CONFIG.darwin-x86-debug.Common
#
# Definitions for darwin-x86-debug host builds - darwin-x86 target build with debug compiler flags
# Sites may override these definitions in CONFIG_SITE.darwin-x86-debug.Common
#-------------------------------------------------------

include $(CONFIG)/os/CONFIG.darwin-x86.Common

# Removes -O optimization and adds -g compile option
HOST_OPT=NO

0 comments on commit cdb65ea

Please sign in to comment.