Skip to content

Commit

Permalink
config/Makefile.m*: remove the no longer used BYTECCDBGCOMPOPTS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
shindere authored and dra27 committed Dec 21, 2018
1 parent 0723ac1 commit c5c0bdc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions config/Makefile.mingw
Expand Up @@ -118,8 +118,6 @@ OC_CPPFLAGS=-DCAML_NAME_SPACE -DUNICODE -D_UNICODE \
-DWINDOWS_UNICODE=$(WINDOWS_UNICODE)
OCAMLC_CFLAGS=-O -mms-bitfields

BYTECCDBGCOMPOPTS=-g

OC_LDFLAGS=-municode

### Libraries needed
Expand Down
2 changes: 0 additions & 2 deletions config/Makefile.mingw64
Expand Up @@ -118,8 +118,6 @@ OC_CPPFLAGS=-DCAML_NAME_SPACE -DUNICODE -D_UNICODE \
-DWINDOWS_UNICODE=$(WINDOWS_UNICODE)
OCAMLC_CFLAGS=-O -mms-bitfields

BYTECCDBGCOMPOPTS=-g

OC_LDFLAGS=-municode

### Libraries needed
Expand Down
1 change: 0 additions & 1 deletion config/Makefile.msvc
Expand Up @@ -109,7 +109,6 @@ OC_CPPFLAGS=-D_CRT_SECURE_NO_DEPRECATE -DCAML_NAME_SPACE -DUNICODE -D_UNICODE \
-DWINDOWS_UNICODE=$(WINDOWS_UNICODE)
OCAMLC_CFLAGS=-nologo -O2 -Gy- -MD
OCAMLC_CPPFLAGS=-D_CRT_SECURE_NO_DEPRECATE
BYTECCDBGCOMPOPTS=-Zi

OC_LDFLAGS=/ENTRY:wmainCRTStartup

Expand Down
2 changes: 0 additions & 2 deletions config/Makefile.msvc64
Expand Up @@ -109,8 +109,6 @@ OC_CPPFLAGS=-D_CRT_SECURE_NO_DEPRECATE -DCAML_NAME_SPACE -DUNICODE -D_UNICODE \
OCAMLC_CFLAGS=-nologo -O2 -Gy- -MD
OCAMLC_CPPFLAGS=-D_CRT_SECURE_NO_DEPRECATE

BYTECCDBGCOMPOPTS=-Zi

OC_LDFLAGS=/ENTRY:wmainCRTStartup

### Libraries needed
Expand Down

0 comments on commit c5c0bdc

Please sign in to comment.