Skip to content
Snippets Groups Projects
Commit 68940598 authored by an7s's avatar an7s
Browse files

HLX

Former-commit-id: 040d372aa5e86317f63a1c6e90fb0f83b540e816
parent f231d932
No related branches found
No related tags found
No related merge requests found
......@@ -1699,14 +1699,14 @@ if test "$enable_debugging" = yes; then
OPTIMIZE=-g
fi
EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} ${OPTIMIZE}"
EXTRA_CXXFLAGS="$(EXTRA_CXXFLAGS) $(OPTIMIZE)"
ac_config_files="$ac_config_files tools/Makefile tools/selective_cfi/Makefile tools/watch_syscall/Makefile tools/transforms/Makefile libIRDB/src/syscall/Makefile libIRDB/test/Makefile"
ac_config_files="$ac_config_files tools/Makefile tools/selective_cfi/Makefile tools/watch_syscall/Makefile tools/transforms/Makefile tools/cgc_hlx/Makefile libIRDB/src/syscall/Makefile libIRDB/test/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
......@@ -2417,6 +2417,7 @@ do
"tools/selective_cfi/Makefile") CONFIG_FILES="$CONFIG_FILES tools/selective_cfi/Makefile" ;;
"tools/watch_syscall/Makefile") CONFIG_FILES="$CONFIG_FILES tools/watch_syscall/Makefile" ;;
"tools/transforms/Makefile") CONFIG_FILES="$CONFIG_FILES tools/transforms/Makefile" ;;
"tools/cgc_hlx/Makefile") CONFIG_FILES="$CONFIG_FILES tools/cgc_hlx/Makefile" ;;
"libIRDB/src/syscall/Makefile") CONFIG_FILES="$CONFIG_FILES libIRDB/src/syscall/Makefile" ;;
"libIRDB/test/Makefile") CONFIG_FILES="$CONFIG_FILES libIRDB/test/Makefile" ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment