Skip to content

Commit

Permalink
Move IndirectCall Obfuscation to LTO pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesadi committed Dec 28, 2023
1 parent 052a34b commit 3eab1f9
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 @@ -14,7 +14,7 @@ build:
-DLLVM_TARGETS_TO_BUILD=X86 \
-DLLVM_ENABLE_LLD=ON \
-DCMAKE_INSTALL_PREFIX=$(INSTALL_PREFIX) \
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_BUILD_TYPE=Release
ninja -j`nproc` -C $(BUILD_DIR)

install: build
Expand Down

0 comments on commit 3eab1f9

Please sign in to comment.