File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ CFLAGS = -O2 -DUSE_LTM -DLTM_DESC -I../libtommath
2525EXTRALIBS = -L../libtommath -ltommath
2626
2727#Compilation flags
28- LTC_CFLAGS = $(CFLAGS) -Isrc/headers -Itests -DLTC_SOURCE
28+ LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
2929LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
3030VERSION=1.18.0-rc1
3131
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ CFLAGS = /Ox /DUSE_LTM /DLTM_DESC /I../libtommath
2020EXTRALIBS = ../libtommath/tommath.lib
2121
2222#Compilation flags
23- LTC_CFLAGS = $(CFLAGS) /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3
23+ LTC_CFLAGS = /nologo /Isrc/headers/ /Itests/ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /DLTC_SOURCE /W3 $(CFLAGS)
2424LTC_LDFLAGS = advapi32.lib $(EXTRALIBS)
2525VERSION=1.18.0-rc1
2626
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CFLAGS = -O2 -DUSE_LTM -DLTM_DESC -I../libtommath
3737EXTRALIBS = ../libtommath/libtommath.a
3838
3939#Compilation flags
40- LTC_CFLAGS = $(CFLAGS) -Isrc/headers -Itests -DLTC_SOURCE
40+ LTC_CFLAGS = -Isrc/headers -Itests -DLTC_SOURCE $(CFLAGS)
4141LTC_LDFLAGS = $(LDFLAGS) $(EXTRALIBS)
4242VERSION=1.18.0-rc1
4343
You can’t perform that action at this time.
0 commit comments