Skip to content

Commit a03fa32

Browse files
committed
add -O2 flag to adios1 build
1 parent 1e25b17 commit a03fa32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adiospackages/runconf.adios1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ `hostname | cut -c 1-7` == "adiosVM" ]; then
2525
export CXX=g++
2626
export FC=gfortran
2727

28-
export CFLAGS="-g -O0 -fPIC -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast"
28+
export CFLAGS="-g -O2 -fPIC -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast"
2929
${SRCDIR}/configure --prefix=/opt/adios1 \
3030
--disable-maintainer-mode \
3131
--enable-dependency-tracking \

0 commit comments

Comments
 (0)