Skip to content

Commit a87b916

Browse files
committed
Change bashrc to fit custom bashrc
1 parent ee0ee23 commit a87b916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/bashrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export WM_COMPILER_TYPE=system
7474

7575
#- Compiler:
7676
# WM_COMPILER = Gcc | Gcc48 ... Gcc62 | Clang | Icx
77-
export WM_COMPILER=DOCC # Clang #Gcc
77+
export WM_COMPILER=Gcc # Clang #Gcc
7878
unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH
7979

8080
echo $WM_COMPILER
@@ -90,7 +90,7 @@ export WM_PRECISION_OPTION=SP
9090

9191
#- Label size:
9292
# WM_LABEL_SIZE = 32 | 64
93-
export WM_LABEL_SIZE=64
93+
export WM_LABEL_SIZE=32
9494

9595
#- Optimised, debug, profiling:
9696
# WM_COMPILE_OPTION = Opt | Debug | Prof

0 commit comments

Comments
 (0)