Skip to content

Commit

Permalink
updated libs, for bug #508
Browse files Browse the repository at this point in the history
  • Loading branch information
objeck committed Jan 13, 2025
1 parent 7cab695 commit b349f54
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/compiler/make/Makefile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARGS=-O3 -Wall -D_X64 -std=c++17 -mavx2 -Wno-unused-function
ARGS=-O3 -Wall -D_X64 -std=c++17 -mavx2 -Wno-unused-function -Wno-sequence-point
SRC=types.o tree.o scanner.o parser.o linker.o context.o intermediate.o optimization.o emit.o compiler.o posix_main.o
OBJ_LIBS=sys.a
LOGGER_PATH=../shared
Expand All @@ -15,4 +15,4 @@ sys.a:

clean:
cd $(LOGGER_PATH); $(MAKE) -f make/Makefile.amd64 clean
rm -f $(EXE) *.o *~
rm -f $(EXE) *.o *~
2 changes: 1 addition & 1 deletion core/compiler/make/Makefile.amd64.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARGS=-O3 -Wall -D_MODULE -std=c++17 -mavx2 -Wno-unused-function
ARGS=-O3 -Wall -D_MODULE -std=c++17 -mavx2 -Wno-unused-function -Wno-sequence-point
SRC=types.o tree.o scanner.o parser.o linker.o context.o intermediate.o optimization.o emit.o compiler.o
OBJ_LIBS=sys.a
LOGGER_PATH=../shared
Expand Down
2 changes: 1 addition & 1 deletion core/compiler/make/Makefile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARGS=-O3 -Wall -D_ARM64 -std=c++17 -Wno-unused-function
ARGS=-O3 -Wall -D_ARM64 -std=c++17 -Wno-unused-function -Wno-sequence-point
SRC=types.o tree.o scanner.o parser.o linker.o context.o intermediate.o optimization.o emit.o compiler.o posix_main.o
OBJ_LIBS=sys.a
LOGGER_PATH=../shared
Expand Down
2 changes: 1 addition & 1 deletion core/compiler/make/Makefile.arm64.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARGS=-O3 -Wall -std=c++17 -D_MODULE -D_ARM64 -Wno-unused-function -Wno-maybe-uninitialized
ARGS=-O3 -Wall -std=c++17 -D_MODULE -D_ARM64 -Wno-unused-function -Wno-sequence-point
SRC=types.o tree.o scanner.o parser.o linker.o context.o intermediate.o optimization.o emit.o compiler.o
LOGGER_PATH=../shared
OBJ_LIBS=sys.a
Expand Down
2 changes: 1 addition & 1 deletion core/compiler/make/Makefile.sys.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARGS=-O3 -D_SYSTEM -Wall -Wno-unused-function -std=c++17 -mavx2
ARGS=-O3 -D_SYSTEM -Wall -std=c++17 -mavx2 -Wno-sequence-point -Wno-unused-function
SRC=types.o tree.o scanner.o parser.o linker.o context.o intermediate.o optimization.o emit.o compiler.o posix_main.o
OBJ_LIBS=sys.a
LOGGER_PATH=../shared
Expand Down
Binary file modified core/lib/json_rpc.obl
Binary file not shown.
Binary file modified core/lib/net.obl
Binary file not shown.

0 comments on commit b349f54

Please sign in to comment.