Skip to content

Instantly share code, notes, and snippets.

@xarragon
xarragon / Makefile
Created August 12, 2020 20:39
Test 32-bit build on 64-bit Debian host
CFLAGS=`pkg-config --cflags freetype2` -m32
LDFLAGS=`pkg-config --libs freetype2` -m32
[steam@mainframe Steam]$ export DEBUGGER=gdb
[steam@mainframe Steam]$ ./steam.sh
Running Steam on arch 64-bit
STEAM_RUNTIME is disabled by the user
GNU gdb (GDB) 7.5.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.