diff options
Diffstat (limited to 'Makefile_op')
-rw-r--r-- | Makefile_op | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile_op b/Makefile_op index 792653f..90ddb07 100644 --- a/Makefile_op +++ b/Makefile_op @@ -1,5 +1,5 @@ # equivalent to #define in c code -VERSION = 0.12.0 +VERSION = 0.12.4 CC = gcc CFLAGS = '-DVERSION="$(VERSION)"' -w -Os -s #size #CFLAGS = -w -O3 -s |