1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-22 08:04:25 +00:00

Remove trailing space

This commit is contained in:
Steffo 2022-11-28 16:11:00 +01:00
parent 682d161b16
commit f979f9332b
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,7 +1,7 @@
# -DPOLYBENCH_TIME makes Polybench output the execution time of the program
CXXFLAGS+= -DPOLYBENCH_TIME
# -O3 applies all compiler optimization, improving from 800ms to 300ms
CXXFLAGS+= -O3
CXXFLAGS+= -O3
# Extend CFLAGS with command line parameters
CXXFLAGS+= ${EXTRA_CXXFLAGS}