File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ project(RegexPeformance C CXX)
9
9
10
10
set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
11
11
12
- set (GENERAL_C_FLAGS "-march=native -Wall -Wstack-usage=5000 -Werror - fdiagnostics-color -pipe -fsigned-char -fno-asynchronous-unwind-tables -fno-stack-protector -Wunused-parameter" )
12
+ set (GENERAL_C_FLAGS "-march=native -Wall -Wstack-usage=5000 -fdiagnostics-color -pipe -fsigned-char -fno-asynchronous-unwind-tables -fno-stack-protector -Wunused-parameter" )
13
13
14
14
set (CMAKE_C_FLAGS "-std=c11 ${GENERAL_C_FLAGS} " CACHE STRING "additional CFLAGS" FORCE)
15
15
set (CMAKE_C_FLAGS_DEBUG "-O0 -g" )
Original file line number Diff line number Diff line change 1
- Subproject commit 7aff6f6136e659f9dab48f2d383baa0fcb08bbc0
1
+ Subproject commit d79973efb1fcf5ed338122882c1f896829767fb6
Original file line number Diff line number Diff line change 1
- Subproject commit 6fa38f4084b448592888ed9ee43c6e90a46b5f5c
1
+ Subproject commit 475eb8501a77a2dc7f1f40cb071b8c1cbfef3d95
Original file line number Diff line number Diff line change 1
- Subproject commit 0952a446c972edcfc794dcea8e92713fa3cfc882
1
+ Subproject commit 787495f0ba2e76dcadb21db84455ea0e2ce15beb
You can’t perform that action at this time.
0 commit comments