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 Nov 25, 2024
1 parent b7cc33c commit 9852350
Showing 1 changed file with 14 additions and 0 deletions.
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

0 comments on commit 9852350

Please sign in to comment.