dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b50b804ea8838a6bd5ac63fe3d574762eef4c89e
parent 3527fa47377f630a7a4adc4c7230ea9ac22da92c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 21 May 2014 10:42:18 +0200

remove optimization flag for shorter compilation time

Diffstat:
Mbin/crun | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/crun b/bin/crun @@ -7,7 +7,7 @@ # Define compilers and the common compiler flags CC=gcc CXX=g++ -CFLAGS="-g -O2 -Wall -Wextra -lm" +CFLAGS="-g -Wall -Wextra -lm" fullfilename=$(basename $1) extension="${fullfilename##*.}"