aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-02-07 06:19:40 +0000
committerGravatar Peter McGoron 2023-02-07 06:19:40 +0000
commit72395822512cb3b7ef590e772dbe0c046c999249 (patch)
treea7611e16491af407fb51081178740cb545a451a0 /Makefile
parenttest_encode_decode: add messages (diff)
test encode and decode
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d544a2..49c74b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
test_encode_decode: test_encode_decode.c creole.c creole.h
- $(CC) test_encode_decode.c -Wall -pedantic -std=c89 -O2 -fopenmp -o test_encode_decode
+ $(CC) test_encode_decode.c -Wall -pedantic -std=c89 -g -fopenmp -o test_encode_decode
test_creole: test_creole.c creole.c creole.h greatest.h
$(CC) -g test_creole.c -Wall -pedantic -std=c89 -o test_creole