Skip to content

Commit

Permalink
fix(makefile): revert template-id-cdtor warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lostrepo authored Jun 24, 2024
1 parent 5b43f43 commit 75d3f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LINK=clang++
LARGS=-rdynamic -pthread -static-libstdc++
CCARGS=-std=c++17 -c -fno-omit-frame-pointer -fno-rtti -fno-exceptions
CARGS=-c -fno-omit-frame-pointer
WARN=-Werror -Wpedantic -Wall -Wextra -Wno-unused-parameter -Wno-template-id-cdtor
WARN=-Werror -Wpedantic -Wall -Wextra -Wno-unused-parameter
OPT=-O3
VERSION=0.0.17-pre
V8_VERSION=12.4
Expand Down

0 comments on commit 75d3f85

Please sign in to comment.