mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
13
subprojects/tracy/library/unix/debug.mk
Normal file
13
subprojects/tracy/library/unix/debug.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
ARCH := $(shell uname -m)
|
||||
|
||||
CFLAGS := -g3 -Wall
|
||||
DEFINES := -DDEBUG
|
||||
BUILD := debug
|
||||
|
||||
ifndef TRACY_NO_ISA_EXTENSIONS
|
||||
ifeq ($(ARCH),x86_64)
|
||||
CFLAGS += -msse4.1
|
||||
endif
|
||||
endif
|
||||
|
||||
include build.mk
|
||||
Reference in New Issue
Block a user