Skip to content

Commit

Permalink
Version 1.07.2
Browse files Browse the repository at this point in the history
  • Loading branch information
djb-rwth authored Nov 11, 2024
1 parent 1bad5d5 commit 35dfb41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INCHI-1-SRC/INCHI_API/demos/inchi_main/gcc/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ endif
# === C Compiler Options =======
ifndef C_OPTIONS
ifndef CALLER_IS_MOL2INCHI
C_OPTIONS = -std=c11 -ansi -O2 -c -fno-strict-aliasing
C_OPTIONS = -std=c11 -ansi -O1 -c -fno-strict-aliasing
else
C_OPTIONS = -std=c11 -O2 -c -fno-strict-aliasing
C_OPTIONS = -std=c11 -O1 -c -fno-strict-aliasing
endif
ifneq ($(OS_ID),0)
ifndef C_SO_OPTIONS
Expand Down
4 changes: 2 additions & 2 deletions INCHI-1-SRC/INCHI_API/demos/inchi_main/gcc/makefile32
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ endif
# === C Compiler Options =======
ifndef C_OPTIONS
ifndef CALLER_IS_MOL2INCHI
C_OPTIONS = -std=c11 -m32 -ansi -O2 -c -fno-strict-aliasing
C_OPTIONS = -std=c11 -m32 -ansi -O1 -c -fno-strict-aliasing
else
C_OPTIONS = -std=c11 -m32 -O2 -c -fno-strict-aliasing
C_OPTIONS = -std=c11 -m32 -O1 -c -fno-strict-aliasing
endif
ifneq ($(OS_ID),0)
ifndef C_SO_OPTIONS
Expand Down

0 comments on commit 35dfb41

Please sign in to comment.