Created
September 14, 2018 20:18
-
-
Save Soft/1297605e99324bc4b943b8db8f6699e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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