Skip to content

Commit

Permalink
update configure flags in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiahui17 committed Feb 24, 2025
1 parent 37f917f commit 73184fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ ADD --chown=dev . /home/dev/logic-synthesis/
WORKDIR /home/dev/logic-synthesis/

RUN cd /home/dev/logic-synthesis/ && \
CC=gcc-9 ./configure && \
CC=gcc-9 CFLAGS="-fno-stack-protector" ./configure && \
make

0 comments on commit 73184fc

Please sign in to comment.