summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-06-03 21:32:12 -0400
committerDavid Robillard <d@drobilla.net>2021-06-03 21:32:12 -0400
commitc2b2458c4c23bcbdd25d7c4770ec8908ef85efa6 (patch)
tree95eddff4bd68df1c22729ef638e7e0e61e606b61
parentdb7a86dac917f86e2a62574d4f2c8a37ea53f665 (diff)
downloaddotfiles-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.
-rw-r--r--bash/.bashrc2
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