Ticket 10609 - Compile parameters "-g -O0" cannot take effect
Summary: Compile parameters "-g -O0" cannot take effect
Status: OPEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: Build System and Packaging (show other tickets)
Version: 20.11.2
Hardware: Linux Linux
: C - Contributions
Assignee: Tim Wickberg
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2021-01-11 17:30 MST by zhangtao102019@126.com
Modified: 2021-01-11 17:30 MST (History)
0 users

See Also:
Site: -Other-
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments
-g -O0 cannot take effect (913 bytes, application/mbox)
2021-01-11 17:30 MST, zhangtao102019@126.com
Details

Note You need to log in before you can comment on or make changes to this ticket.
Description zhangtao102019@126.com 2021-01-11 17:30:01 MST
Created attachment 17419 [details]
-g -O0 cannot take effect

hi,
I tested the latest version of the slurm v20.11.2, i found an issue. 
When i specified  CFLAGS="-g -O0" as parameter of ./configure, it cannot take effect. 
I found that this problem can be solved by modifying the two line of the "configure" script. See the attachment patch for details.

Is there any problem in this way? and can it be merged into the trunk?