Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Oct 14, 2024
1 parent d2ae53b commit 10b2a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ test: tests
./tests

tests: tests.cpp style_parser.h
clang++ -std=c++11 -O1 -g -fsanitize=address -fno-omit-frame-pointer -MD -MP -o tests tests.cpp -lm
# g++ -O -g -std=c++14 -MD -MP -o tests tests.cpp -lm
# clang++ -std=c++11 -g -fsanitize=address -fno-omit-frame-pointer -MD -MP -o tests tests.cpp -lm
g++ -O -g -std=c++14 -MD -MP -o tests tests.cpp -lm

-include *.d

0 comments on commit 10b2a5f

Please sign in to comment.