diff options
author | David Robillard <d@drobilla.net> | 2021-06-03 21:32:12 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-06-03 21:32:12 -0400 |
commit | c2b2458c4c23bcbdd25d7c4770ec8908ef85efa6 (patch) | |
tree | 95eddff4bd68df1c22729ef638e7e0e61e606b61 /bash | |
parent | db7a86dac917f86e2a62574d4f2c8a37ea53f665 (diff) | |
download | dotfiles-c2b2458c4c23bcbdd25d7c4770ec8908ef85efa6.tar.gz dotfiles-c2b2458c4c23bcbdd25d7c4770ec8908ef85efa6.tar.bz2 dotfiles-c2b2458c4c23bcbdd25d7c4770ec8908ef85efa6.zip |
Remove CFLAGS and CXXFLAGS
Meson unfortunately makes customizing these like this unviable since even debug
builds will add them.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index cc20427..6b951af 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -100,8 +100,6 @@ export LC_NUMERIC="en_CA.UTF-8" export LC_PAPER="en_CA.UTF-8" export LC_TIME="en_DK.UTF-8" export WINDOW_MANAGER="/usr/bin/bspwm" -export CFLAGS="-O2 -march=native -fomit-frame-pointer -DNDEBUG -ftree-vectorize" -export CXXFLAGS="$CFLAGS" export GTK_IM_MODULE="xim" export EDITOR="emacsclient" export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig |