File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $< -o $@
1212
1313LINK_LIBS = $(cDBUG)
1414
15- LINKLIBSO = $(cc) -fuse-ld=bfd -shared
15+ LINKLIBSO = $(cc) $(cFLAGS) -fuse-ld=bfd -shared
1616
1717LINKEXE = $(cc) -fuse-ld=bfd \
1818 -Xlinker --add-needed -Xlinker -z -Xlinker nodefs
Original file line number Diff line number Diff line change 11c++DBUG =
2- c++OPT = -O3
2+ c++OPT = -g - O3
33
44ROUNDING_MATH = -frounding-math
Original file line number Diff line number Diff line change 11cDBUG =
2- cOPT = -O3
2+ cOPT = -g - O3
You can’t perform that action at this time.
0 commit comments