Stop using clang by default

This may reduce image size.
This commit is contained in:
Julian Ospald 2016-03-02 23:10:18 +01:00
parent 91ed846523
commit 7b72d0ffce
1 changed files with 2 additions and 2 deletions

4
bashrc
View File

@ -1,5 +1,5 @@
CC=clang
CXX=clang++
#CC=clang
#CXX=clang++
CFLAGS="-O2 -pipe -Wall"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"