Skip to content

Commit 050ce32

Browse files
committed
updates env scripts
1 parent c53d36d commit 050ce32

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

etc/custom_bashrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@
4444

4545

4646
export PATH=$PATH:$WM_PROJECT_DIR/wmake
47-
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/usr/local/lib:/usr/local/lib64:/usr/local/papi/lib:/usr/local/cuda-12.8/lib64:$WM_PROJECT_DIR/platforms/linux64GccSPInt32Opt/lib:$WM_PROJECT_DIR/platforms/linux64GccSPInt32Opt/lib/dummy
48-
export LIBRARY_PATH=/usr/local/lib
47+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WM_PROJECT_DIR/platforms/linux64GccSPInt32Opt/lib:$WM_PROJECT_DIR/platforms/linux64GccSPInt32Opt/lib/dummy

wmake/rules/linux64Gcc/c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $< -o $@
1212

1313
LINK_LIBS = $(cDBUG)
1414

15-
LINKLIBSO = $(cc) -fuse-ld=bfd -shared
15+
LINKLIBSO = $(cc) $(cFLAGS) -fuse-ld=bfd -shared
1616

1717
LINKEXE = $(cc) -fuse-ld=bfd \
1818
-Xlinker --add-needed -Xlinker -z -Xlinker nodefs

wmake/rules/linux64Gcc/c++Opt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
c++DBUG =
2-
c++OPT = -O3
2+
c++OPT = -g -O3
33

44
ROUNDING_MATH = -frounding-math

wmake/rules/linux64Gcc/cOpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
cDBUG =
2-
cOPT = -O3
2+
cOPT = -g -O3

0 commit comments

Comments
 (0)