From c2b2458c4c23bcbdd25d7c4770ec8908ef85efa6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 3 Jun 2021 21:32:12 -0400 Subject: Remove CFLAGS and CXXFLAGS Meson unfortunately makes customizing these like this unviable since even debug builds will add them. --- bash/.bashrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'bash') 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 -- cgit v1.2.1