1
Fork 0
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:
Steffo 2022-11-17 19:13:26 +01:00
parent a86d078546
commit 097efddbe3
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -8,8 +8,6 @@ CFLAGS+= -Wall
CFLAGS+= -Wextra
# -O3 applies all compiler optimization, improving from 800ms to 300ms
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
CFLAGS+= -DTHREAD_COUNT=4
# Extend CFLAGS with command line parameters