about summary refs log tree commit diff
path: root/fedora
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-20 22:30:25 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-20 22:30:25 +0700
commitcecf69c67374980505db3193d1ef601ee6388888 (patch)
treebbf4ed6770e537866de4cbcbbb769a4e53f8c22b /fedora
parent8dcc3b1f0439dae1ecfcf6f1076eef65b60e2332 (diff)
downloaddotfiles-cecf69c67374980505db3193d1ef601ee6388888.tar.gz
Update 2019-07-20
Diffstat (limited to 'fedora')
-rw-r--r--fedora/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/.bashrc b/fedora/.bashrc
index 6f6bbc4..bf6ad6c 100644
--- a/fedora/.bashrc
+++ b/fedora/.bashrc
@@ -10,8 +10,8 @@ fi
 
 # User specific aliases and functions
 alias stow='stow -t /home/436e58'
-alias gcc='gcc -O2 -lm'
-alias g++='g++ -O2 -lm'
+alias gcc='gcc -Wall -Werror -O2 -lm'
+alias g++='g++ -Wall -Werror -O2 -lm'
 alias fpc='fpc -O1 -XS -gl'
 alias raku='rlwrap perl6'
 alias backup='rsync -avh --delete /home/ /data/Home/'