mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +00:00
Remove trailing space
This commit is contained in:
parent
682d161b16
commit
f979f9332b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# -DPOLYBENCH_TIME makes Polybench output the execution time of the program
|
# -DPOLYBENCH_TIME makes Polybench output the execution time of the program
|
||||||
CXXFLAGS+= -DPOLYBENCH_TIME
|
CXXFLAGS+= -DPOLYBENCH_TIME
|
||||||
# -O3 applies all compiler optimization, improving from 800ms to 300ms
|
# -O3 applies all compiler optimization, improving from 800ms to 300ms
|
||||||
CXXFLAGS+= -O3
|
CXXFLAGS+= -O3
|
||||||
# Extend CFLAGS with command line parameters
|
# Extend CFLAGS with command line parameters
|
||||||
CXXFLAGS+= ${EXTRA_CXXFLAGS}
|
CXXFLAGS+= ${EXTRA_CXXFLAGS}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue