Skip to content

Commit

Permalink
set use-after-free
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Goosen <Joris@JorisGoosen.nl>
  • Loading branch information
shun2wang and JorisGoosen authored Jan 22, 2025
1 parent 931cbeb commit 83715de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
wget https://github.com/WizardMac/ReadStat/releases/download/v1.1.9/readstat-1.1.9.tar.gz
tar -xzf readstat-*.tar.gz && cd readstat-*/
./configure
make CFLAGS='-Wno-error' CXXFLAGS='-Wno-error'
make CFLAGS='-Wno-error=use-after-free' CXXFLAGS='-Wno-error=use-after-free'
sudo make install
- name: Configure JASP desktop
Expand Down

0 comments on commit 83715de

Please sign in to comment.