mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-25 17:44:23 +00:00
Remove -g3
CFLAG
This commit is contained in:
parent
a86d078546
commit
097efddbe3
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ CFLAGS+= -Wall
|
||||||
CFLAGS+= -Wextra
|
CFLAGS+= -Wextra
|
||||||
# -O3 applies all compiler optimization, improving from 800ms to 300ms
|
# -O3 applies all compiler optimization, improving from 800ms to 300ms
|
||||||
CFLAGS+= -O3
|
CFLAGS+= -O3
|
||||||
# -g3 enables some useful debug things
|
|
||||||
CFLAGS+= -g3
|
|
||||||
# -DTHREAD_COUNT allows us to alter the number of threads used in the whole file
|
# -DTHREAD_COUNT allows us to alter the number of threads used in the whole file
|
||||||
CFLAGS+= -DTHREAD_COUNT=4
|
CFLAGS+= -DTHREAD_COUNT=4
|
||||||
# Extend CFLAGS with command line parameters
|
# Extend CFLAGS with command line parameters
|
||||||
|
|
Loading…
Reference in a new issue