Skip to content

Instantly share code, notes, and snippets.

View P403n1x87's full-sized avatar
⚒️
Tinkering

Gabriele N. Tornetta P403n1x87

⚒️
Tinkering
View GitHub Profile
@P403n1x87
P403n1x87 / Makefile
Created October 14, 2024 09:21 — forked from JCash/Makefile
How to print the correct, offending callstack
CXXFLAGS := \
-O0 -g -Wall \
-march=native -mtune=native \
-I/usr/local/opt/libunwind-headers/include
ifeq ($(shell uname), Linux)
LDFLAGS := -lunwind
endif
TARGETS := \