Forwarded from Budy Archive (Psyxhe)
This media is not supported in your browser
VIEW IN TELEGRAM
This budy has halted production for the 3rd time this week
Forwarded from 𝐊𝐢𝐭𝐭𝐞𝐧 𝐆𝐚𝐧𝐠 🐈🎄 (Kittygirl Crusader (A Cat, but Chad))
Media is too big
VIEW IN TELEGRAM
Played some poker and blackjack w/ my friends. Lost at blackjack, won at poker. It was quite fun
❤1
Found out you can define / modify variables for certain make rules and I've greatly improved my makefile because of it
CFLAGS := -std=c2x $$(pkg-config --cflags libsodium)
DEBUG_CFLAGS := -Wall -Wextra -Wpedantic -fanalyzer -Wanalyzer-too-complex -ggdb -g3 -O0
RELEASE_CFLAGS := -O3 -fipa-pta -fipa-cp -fuse-linker-plugin -flto=auto
DEFS := -D_GNU_SOURCE=1
DEBUG_DEFS := -DDEBUG
RELEASE_DEFS := -DRELEASE
# ...
LDFLAGS := $$(pkg-config --libs-only-L libsodium)
RELEASE_LDFLAGS := -fuse-linker-plugin -flto=auto
# ...
tests debug: CFLAGS += $(DEBUG_CFLAGS)
tests debug: DEFS += $(DEBUG_DEFS)
debug: main
release: CFLAGS += $(RELEASE_CFLAGS)
release: LDFLAGS += $(RELEASE_LDFLAGS)
release: DEFS += $(RELEASE_DEFS)
release: main
DUMB SHIT MISCHIEF AND MALFEASANCE EDITION
Found out you can define / modify variables for certain make rules and I've greatly improved my makefile because of it CFLAGS := -std=c2x $$(pkg-config --cflags libsodium) DEBUG_CFLAGS := -Wall -Wextra -Wpedantic -fanalyzer -Wanalyzer-too-complex -ggdb -g3…
This doesn't look like much but it means I don't need to craft some weird bullshit or manually tweak the file for testing purposes
I am collecting quotes from telegram users at @sht_tg_says
With good headphones and an equalizer music can sound like whatever you want it to
I need to make a new Spotify account or something so I can find new music again