Skip to content

Instantly share code, notes, and snippets.

@Soft
Created September 14, 2018 20:18
Show Gist options
  • Save Soft/1297605e99324bc4b943b8db8f6699e0 to your computer and use it in GitHub Desktop.
Save Soft/1297605e99324bc4b943b8db8f6699e0 to your computer and use it in GitHub Desktop.
CC="clang"
CXX="clang++"
LD="clang"
LDFLAGS="-fsanitize=undefined,address"
CFLAGS="-march=native -O2 -pipe -fsanitize=undefined,address -ggdb"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-fsanitize=undefined,address"
FEATURES="${FEATURES} splitdebug installsources"
USE="debug"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment