Skip to content

Commit

Permalink
Code refactoring, handling multiple NTP servers, latency delay compen…
Browse files Browse the repository at this point in the history
…sation. (#16)

* created upstream branch

--HG--
branch : upstream

* backported changes to upstream

--HG--
branch : upstream

* fixed a typo, now the sync option should work properly

--HG--
branch : upstream

---------

Co-authored-by: Daniel K. O. (dkosmari) <none@none>
  • Loading branch information
dkosmari and Daniel K. O. (dkosmari) authored Oct 7, 2023
1 parent 26d6742 commit 8b26b06
Show file tree
Hide file tree
Showing 3 changed files with 764 additions and 209 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ INCLUDES := source
#-------------------------------------------------------------------------------
# options for code generation
#-------------------------------------------------------------------------------
CFLAGS := -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wcast-align \
CFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-O2 -fipa-pta -pipe -ffunction-sections \
$(MACHDEP)

CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__

CXXFLAGS := $(CFLAGS)
CXXFLAGS := $(CFLAGS) -std=c++23

ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS)
Expand Down
Loading

0 comments on commit 8b26b06

Please sign in to comment.